Class: Kaltura::KalturaAdCuePoint

Inherits:
KalturaCuePoint show all
Defined in:
lib/kaltura_plugins/kaltura_ad_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

#ad_typeObject

Returns the value of attribute ad_type.



63
64
65
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 63

def ad_type
  @ad_type
end

#durationObject

Duration in milliseconds



68
69
70
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 68

def duration
  @duration
end

#end_timeObject

Returns the value of attribute end_time.



65
66
67
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 65

def end_time
  @end_time
end

#protocol_typeObject

Returns the value of attribute protocol_type.



61
62
63
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 61

def protocol_type
  @protocol_type
end

#source_urlObject

Returns the value of attribute source_url.



62
63
64
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 62

def source_url
  @source_url
end

#titleObject

Returns the value of attribute title.



64
65
66
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 64

def title
  @title
end