Class: PhraseApp::ResponseObjects::Locale

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/phraseapp-ruby.rb

Direct Known Subclasses

LocaleDetails

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Locale

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



94
95
96
97
# File 'lib/phraseapp-ruby.rb', line 94

def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end