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,
154 155 156 157 |
# File 'lib/phraseapp-ruby.rb', line 154 def initialize(hash) super(hash) PhraseApp.handle_times(self) end |