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



79
80
81
# File 'lib/rev-api/models/order.rb', line 79

def total_length
  @total_length
end

#total_length_secondsObject (readonly)

Returns the value of attribute total_length_seconds.



76
77
78
# File 'lib/rev-api/models/order.rb', line 76

def total_length_seconds
  @total_length_seconds
end