class Kaltura::KalturaFairPlayPlaybackPluginData

Attributes

certificate[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
# File lib/kaltura_types.rb, line 17249
def from_xml(xml_element)
        super
        if xml_element.elements['certificate'] != nil
                self.certificate = xml_element.elements['certificate'].text
        end
end