Class: Kaltura::KalturaDeleteFileJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#local_file_sync_pathObject

Returns the value of attribute local_file_sync_path.



11957
11958
11959
# File 'lib/kaltura_types.rb', line 11957

def local_file_sync_path
  @local_file_sync_path
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



11960
11961
11962
11963
11964
11965
# File 'lib/kaltura_types.rb', line 11960

def from_xml(xml_element)
	super
	if xml_element.elements['localFileSyncPath'] != nil
		self.local_file_sync_path = xml_element.elements['localFileSyncPath'].text
	end
end