Class: PhraseApp::ResponseObjects::GlossaryTerm
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- PhraseApp::ResponseObjects::GlossaryTerm
- Defined in:
- lib/phraseapp-ruby.rb
Instance Method Summary collapse
-
#initialize(hash) ⇒ GlossaryTerm
constructor
case_sensitive, created_at, description, id, term, translatable, translations, updated_at,.
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 |