Class: Kaltura::KalturaEventCuePoint
- Inherits:
-
KalturaCuePoint
- Object
- KalturaObjectBase
- KalturaCuePoint
- Kaltura::KalturaEventCuePoint
- Defined in:
- lib/kaltura_plugins/kaltura_event_cue_point_client_plugin.rb
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Attributes inherited from KalturaCuePoint
#copied_from, #created_at, #cue_point_type, #entry_id, #force_stop, #id, #int_id, #is_momentary, #partner_data, #partner_id, #partner_sort_value, #start_time, #status, #system_name, #tags, #thumb_offset, #triggered_at, #updated_at, #user_id
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
54 55 56 |
# File 'lib/kaltura_plugins/kaltura_event_cue_point_client_plugin.rb', line 54 def event_type @event_type end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
57 58 59 60 61 62 |
# File 'lib/kaltura_plugins/kaltura_event_cue_point_client_plugin.rb', line 57 def from_xml(xml_element) super if xml_element.elements['eventType'] != nil self.event_type = xml_element.elements['eventType'].text end end |