Class: PhraseApp::ResponseObjects::TranslationOrder

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/phraseapp-ruby.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ TranslationOrder

amount_in_cents, created_at, currency, id, lsp, message, priority, progress_percent, quality, source_locale, state, styleguide, tag, target_locales, translation_type, unverify_translations_upon_delivery, updated_at,



418
419
420
421
# File 'lib/phraseapp-ruby.rb', line 418

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