class Kaltura::KalturaPlayReadyCopyEnablerHolder

Attributes

type[RW]

The type of the copy 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 155
def from_xml(xml_element)
        super
        if xml_element.elements['type'] != nil
                self.type = xml_element.elements['type'].text
        end
end