Class: Kaltura::KalturaCodeCuePoint
- Inherits:
-
KalturaCuePoint
- Object
- KalturaObjectBase
- KalturaCuePoint
- Kaltura::KalturaCodeCuePoint
- Defined in:
- lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#description ⇒ Object
Returns the value of attribute description.
-
#duration ⇒ Object
Duration in milliseconds.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
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
#code ⇒ Object
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 |
#description ⇒ Object
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 |
#duration ⇒ Object
Duration in milliseconds
54 55 56 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 54 def duration @duration end |
#end_time ⇒ Object
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 |