class PhraseApp::ResponseObjects::GlossaryTerm
Public Class Methods
new(hash)
click to toggle source
case_sensitive, created_at, description, id, term, translatable, translations, updated_at,
Calls superclass method
# File lib/phraseapp-ruby.rb, line 154 def initialize(hash) super(hash) PhraseApp.handle_times(self) end