class Kaltura::KalturaDeleteFileJobData

Attributes

local_file_sync_path[RW]

Public Instance Methods

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