class Kaltura::KalturaFairplayDrmProfile

Attributes

public_certificate[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaDrmProfile#from_xml
# File lib/kaltura_plugins/kaltura_fairplay_client_plugin.rb, line 37
def from_xml(xml_element)
        super
        if xml_element.elements['publicCertificate'] != nil
                self.public_certificate = xml_element.elements['publicCertificate'].text
        end
end