Class: Rev::TranscriptionInfo

Inherits:
ApiSerializable show all
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

Method Summary

Methods inherited from ApiSerializable

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Rev::ApiSerializable

Instance Attribute Details

#timestampsObject (readonly)

Returns the value of attribute timestamps.



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

def timestamps
  @timestamps
end

#total_lengthObject (readonly)

Returns the value of attribute total_length.



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

def total_length
  @total_length
end

#verbatimObject (readonly)

Returns the value of attribute verbatim.



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

def verbatim
  @verbatim
end