class PhraseApp::ResponseObjects::TranslationOrder

Public Class Methods

new(hash) click to toggle source

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,

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