Class: Kaltura::KalturaDeleteFileJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaDeleteFileJobData
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#local_file_sync_path ⇒ Object
Returns the value of attribute local_file_sync_path.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#local_file_sync_path ⇒ Object
Returns the value of attribute local_file_sync_path.
12740 12741 12742 |
# File 'lib/kaltura_types.rb', line 12740 def local_file_sync_path @local_file_sync_path end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
12743 12744 12745 12746 12747 12748 |
# File 'lib/kaltura_types.rb', line 12743 def from_xml(xml_element) super if xml_element.elements['localFileSyncPath'] != nil self.local_file_sync_path = xml_element.elements['localFileSyncPath'].text end end |