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,



114
115
116
117
# File 'lib/phraseapp-ruby.rb', line 114

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