class Kaltura::KalturaOrCondition

Attributes

conditions[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaCondition#from_xml
# File lib/kaltura_types.rb, line 14411
def from_xml(xml_element)
        super
        if xml_element.elements['conditions'] != nil
                self.conditions = KalturaClientBase.object_from_xml(xml_element.elements['conditions'], 'KalturaCondition')
        end
end