class Kaltura::KalturaPlayReadyPlayEnablerHolder
Attributes
type[RW]
The type of the play enabler
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaObjectBase#from_xml
# File lib/kaltura_plugins/kaltura_play_ready_client_plugin.rb, line 271 def from_xml(xml_element) super if xml_element.elements['type'] != nil self.type = xml_element.elements['type'].text end end