Class: KalturaApi::KalturaAdCuePoint
- Inherits:
-
KalturaCuePoint
- Object
- KalturaObjectBase
- KalturaCuePoint
- KalturaApi::KalturaAdCuePoint
- Defined in:
- lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb
Instance Attribute Summary collapse
-
#ad_type ⇒ Object
Returns the value of attribute ad_type.
-
#duration ⇒ Object
Duration in milliseconds.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#protocol_type ⇒ Object
Returns the value of attribute protocol_type.
-
#source_url ⇒ Object
Returns the value of attribute source_url.
-
#title ⇒ Object
Returns the value of attribute title.
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
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#ad_type ⇒ Object
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 |
#duration ⇒ Object
Duration in milliseconds
68 69 70 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 68 def duration @duration end |
#end_time ⇒ Object
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_type ⇒ Object
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_url ⇒ Object
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 |
#title ⇒ Object
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 |