class Kaltura::KalturaDeliveryProfileFilter

Attributes

is_live[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
# File lib/kaltura_types.rb, line 17034
def from_xml(xml_element)
        super
        if xml_element.elements['isLive'] != nil
                self.is_live = xml_element.elements['isLive'].text
        end
end
is_live=(val) click to toggle source
# File lib/kaltura_types.rb, line 17030
def is_live=(val)
        @is_live = val.to_i
end