Class: Rev::CaptionInfo
- Inherits:
-
ApiSerializable
- Object
- ApiSerializable
- Rev::CaptionInfo
- Defined in:
- lib/rev-api/models/order.rb
Overview
Additional information specific to caption orders
Instance Attribute Summary collapse
-
#total_length ⇒ Object
readonly
deprecated
Deprecated.
use :total_length_seconds instead
-
#total_length_seconds ⇒ Object
readonly
Returns the value of attribute total_length_seconds.
Method Summary
Methods inherited from ApiSerializable
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Rev::ApiSerializable
Instance Attribute Details
#total_length ⇒ Object (readonly)
Deprecated.
use :total_length_seconds instead
66 67 68 |
# File 'lib/rev-api/models/order.rb', line 66 def total_length @total_length end |
#total_length_seconds ⇒ Object (readonly)
Returns the value of attribute total_length_seconds.
63 64 65 |
# File 'lib/rev-api/models/order.rb', line 63 def total_length_seconds @total_length_seconds end |