Class: PhraseApp::ResponseObjects::LocalePreview

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ LocalePreview

code, id, name,



234
235
236
237
# File 'lib/phraseapp-ruby.rb', line 234

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