class PhraseApp::ResponseObjects::Locale

Public Class Methods

new(hash) click to toggle source

code, created_at, default, id, main, name, plural_forms, rtl, source_locale, updated_at,

Calls superclass method
# File lib/phraseapp-ruby.rb, line 218
def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end