Class: Rev::TranslationInfo

Inherits:
ApiSerializable show all
Defined in:
lib/rev-api/models/order.rb

Overview

Additional information specific to translation orders, such as word count, languages

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApiSerializable

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Rev::ApiSerializable

Instance Attribute Details

#destination_language_codeObject (readonly)

Returns the value of attribute destination_language_code.



61
62
63
# File 'lib/rev-api/models/order.rb', line 61

def destination_language_code
  @destination_language_code
end

#source_language_codeObject (readonly)

Returns the value of attribute source_language_code.



61
62
63
# File 'lib/rev-api/models/order.rb', line 61

def source_language_code
  @source_language_code
end

#total_word_countObject (readonly)

Returns the value of attribute total_word_count.



61
62
63
# File 'lib/rev-api/models/order.rb', line 61

def total_word_count
  @total_word_count
end