Class: Kaltura::KalturaEventCuePoint

Inherits:
KalturaCuePoint show all
Defined in:
lib/kaltura_plugins/kaltura_event_cue_point_client_plugin.rb

Instance Attribute Summary collapse

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, #triggered_at, #updated_at, #user_id

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type.



52
53
54
# File 'lib/kaltura_plugins/kaltura_event_cue_point_client_plugin.rb', line 52

def event_type
  @event_type
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



55
56
57
58
# File 'lib/kaltura_plugins/kaltura_event_cue_point_client_plugin.rb', line 55

def from_xml(xml_element)
	super
	self.event_type = xml_element.elements['eventType'].text
end