class PhraseApp::ResponseObjects::GlossaryTermTranslation

Public Class Methods

new(hash) click to toggle source

content, created_at, id, locale_code, updated_at,

Calls superclass method
# File lib/phraseapp-ruby.rb, line 162
def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end