class Kaltura::KalturaVendorAlignmentCatalogItem

Attributes

output_format[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
# File lib/kaltura_plugins/kaltura_reach_client_plugin.rb, line 927
def from_xml(xml_element)
        super
        if xml_element.elements['outputFormat'] != nil
                self.output_format = xml_element.elements['outputFormat'].text
        end
end
output_format=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_reach_client_plugin.rb, line 923
def output_format=(val)
        @output_format = val.to_i
end