Class: Kaltura::KalturaCuePoint
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaCuePoint
- Defined in:
- lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#cue_point_type ⇒ Object
Returns the value of attribute cue_point_type.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#force_stop ⇒ Object
Returns the value of attribute force_stop.
-
#id ⇒ Object
Returns the value of attribute id.
-
#partner_data ⇒ Object
Returns the value of attribute partner_data.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#partner_sort_value ⇒ Object
Returns the value of attribute partner_sort_value.
-
#start_time ⇒ Object
Start time in milliseconds.
-
#status ⇒ Object
Returns the value of attribute status.
-
#system_name ⇒ Object
Returns the value of attribute system_name.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#thumb_offset ⇒ Object
Returns the value of attribute thumb_offset.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
60 61 62 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 60 def created_at @created_at end |
#cue_point_type ⇒ Object
Returns the value of attribute cue_point_type.
56 57 58 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 56 def cue_point_type @cue_point_type end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
58 59 60 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 58 def entry_id @entry_id end |
#force_stop ⇒ Object
Returns the value of attribute force_stop.
69 70 71 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 69 def force_stop @force_stop end |
#id ⇒ Object
Returns the value of attribute id.
55 56 57 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 55 def id @id end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
67 68 69 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 67 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
59 60 61 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 59 def partner_id @partner_id end |
#partner_sort_value ⇒ Object
Returns the value of attribute partner_sort_value.
68 69 70 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 68 def partner_sort_value @partner_sort_value end |
#start_time ⇒ Object
Start time in milliseconds
65 66 67 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 65 def start_time @start_time end |
#status ⇒ Object
Returns the value of attribute status.
57 58 59 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 57 def status @status end |
#system_name ⇒ Object
Returns the value of attribute system_name.
71 72 73 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 71 def system_name @system_name end |
#tags ⇒ Object
Returns the value of attribute tags.
62 63 64 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 62 def @tags end |
#thumb_offset ⇒ Object
Returns the value of attribute thumb_offset.
70 71 72 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 70 def thumb_offset @thumb_offset end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
61 62 63 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 61 def updated_at @updated_at end |
#user_id ⇒ Object
Returns the value of attribute user_id.
66 67 68 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 66 def user_id @user_id end |