Class: Rev::CaptionInfo

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

Overview

Additional information specific to caption orders

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

#total_lengthObject (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_secondsObject (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