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,



154
155
156
157
# File 'lib/phraseapp-ruby.rb', line 154

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