Class: Kaltura::KalturaCodeCuePoint

Inherits:
KalturaCuePoint show all
Defined in:
lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaCuePoint

#created_at, #cue_point_type, #entry_id, #force_stop, #id, #partner_data, #partner_id, #partner_sort_value, #start_time, #status, #system_name, #tags, #thumb_offset, #updated_at, #user_id

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#codeObject

Returns the value of attribute code.



49
50
51
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 49

def code
  @code
end

#descriptionObject

Returns the value of attribute description.



50
51
52
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 50

def description
  @description
end

#durationObject

Duration in milliseconds



54
55
56
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 54

def duration
  @duration
end

#end_timeObject

Returns the value of attribute end_time.



51
52
53
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 51

def end_time
  @end_time
end