Class: PhraseApp::ResponseObjects::GlossaryTermTranslation

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ GlossaryTermTranslation

content, created_at, id, locale_code, updated_at,



162
163
164
165
# File 'lib/phraseapp-ruby.rb', line 162

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