class Kaltura::KalturaBatchJobFilterExt

Attributes

job_type_and_sub_type_in[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaBatchJobFilter#from_xml
# File lib/kaltura_types.rb, line 18624
def from_xml(xml_element)
        super
        if xml_element.elements['jobTypeAndSubTypeIn'] != nil
                self.job_type_and_sub_type_in = xml_element.elements['jobTypeAndSubTypeIn'].text
        end
end