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,



218
219
220
221
# File 'lib/phraseapp-ruby.rb', line 218

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