Class: Kaltura::KalturaPlayReadyAnalogVideoOPIdHolder
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaPlayReadyAnalogVideoOPIdHolder
- Defined in:
- lib/kaltura_plugins/kaltura_play_ready_client_plugin.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
The type of the play enabler.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#type ⇒ Object
The type of the play enabler
119 120 121 |
# File 'lib/kaltura_plugins/kaltura_play_ready_client_plugin.rb', line 119 def type @type end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
122 123 124 125 126 127 |
# File 'lib/kaltura_plugins/kaltura_play_ready_client_plugin.rb', line 122 def from_xml(xml_element) super if xml_element.elements['type'] != nil self.type = xml_element.elements['type'].text end end |