Class: Rev::TranscriptionInfo
- Inherits:
-
ApiSerializable
- Object
- ApiSerializable
- Rev::TranscriptionInfo
- Defined in:
- lib/rev-api/models/order.rb
Overview
Additional information specific to transcription orders, such as total length in minutes, verbatim and timestamps flags
Instance Attribute Summary collapse
-
#timestamps ⇒ Object
readonly
Returns the value of attribute timestamps.
-
#total_length ⇒ Object
readonly
deprecated
Deprecated.
use :total_length_seconds instead
-
#total_length_seconds ⇒ Object
readonly
Returns the value of attribute total_length_seconds.
-
#verbatim ⇒ Object
readonly
Returns the value of attribute verbatim.
Method Summary
Methods inherited from ApiSerializable
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Rev::ApiSerializable
Instance Attribute Details
#timestamps ⇒ Object (readonly)
Returns the value of attribute timestamps.
55 56 57 |
# File 'lib/rev-api/models/order.rb', line 55 def @timestamps end |
#total_length ⇒ Object (readonly)
Deprecated.
use :total_length_seconds instead
58 59 60 |
# File 'lib/rev-api/models/order.rb', line 58 def total_length @total_length end |
#total_length_seconds ⇒ Object (readonly)
Returns the value of attribute total_length_seconds.
55 56 57 |
# File 'lib/rev-api/models/order.rb', line 55 def total_length_seconds @total_length_seconds end |
#verbatim ⇒ Object (readonly)
Returns the value of attribute verbatim.
55 56 57 |
# File 'lib/rev-api/models/order.rb', line 55 def verbatim @verbatim end |