Class: PhraseApp::ResponseObjects::GlossaryTerm

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ GlossaryTerm

case_sensitive, created_at, description, id, term, translatable, translations, updated_at,



106
107
108
109
# File 'lib/phraseapp-ruby.rb', line 106

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