Class: Kaltura::KalturaAnnotation
- Inherits:
-
KalturaCuePoint
- Object
- KalturaObjectBase
- KalturaCuePoint
- Kaltura::KalturaAnnotation
- Defined in:
- lib/kaltura_plugins/kaltura_annotation_client_plugin.rb
Instance Attribute Summary collapse
-
#children_count ⇒ Object
Number of all descendants.
-
#depth ⇒ Object
Depth in the tree.
-
#direct_children_count ⇒ Object
Number of children, first generation only.
-
#duration ⇒ Object
Duration in milliseconds.
-
#end_time ⇒ Object
End time in milliseconds.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#text ⇒ Object
Returns the value of attribute text.
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
#children_count ⇒ Object
Number of all descendants
62 63 64 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 62 def children_count @children_count end |
#depth ⇒ Object
Depth in the tree
59 60 61 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 59 def depth @depth end |
#direct_children_count ⇒ Object
Number of children, first generation only.
65 66 67 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 65 def direct_children_count @direct_children_count end |
#duration ⇒ Object
Duration in milliseconds
56 57 58 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 56 def duration @duration end |
#end_time ⇒ Object
End time in milliseconds
53 54 55 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 53 def end_time @end_time end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
49 50 51 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 49 def parent_id @parent_id end |
#text ⇒ Object
Returns the value of attribute text.
50 51 52 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 50 def text @text end |