Class: Kaltura::KalturaSourceFileSyncDescriptor
- Inherits:
-
KalturaFileSyncDescriptor
- Object
- KalturaObjectBase
- KalturaFileSyncDescriptor
- Kaltura::KalturaSourceFileSyncDescriptor
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#actual_file_sync_local_path ⇒ Object
The translated path as used by the scheduler.
-
#asset_id ⇒ Object
Returns the value of attribute asset_id.
-
#asset_params_id ⇒ Object
Returns the value of attribute asset_params_id.
Attributes inherited from KalturaFileSyncDescriptor
#file_sync_local_path, #file_sync_object_sub_type, #file_sync_remote_url
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#actual_file_sync_local_path ⇒ Object
The translated path as used by the scheduler
5691 5692 5693 |
# File 'lib/kaltura_types.rb', line 5691 def actual_file_sync_local_path @actual_file_sync_local_path end |
#asset_id ⇒ Object
Returns the value of attribute asset_id.
5692 5693 5694 |
# File 'lib/kaltura_types.rb', line 5692 def asset_id @asset_id end |
#asset_params_id ⇒ Object
Returns the value of attribute asset_params_id.
5693 5694 5695 |
# File 'lib/kaltura_types.rb', line 5693 def asset_params_id @asset_params_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
5699 5700 5701 5702 5703 5704 |
# File 'lib/kaltura_types.rb', line 5699 def from_xml(xml_element) super self.actual_file_sync_local_path = xml_element.elements['actualFileSyncLocalPath'].text self.asset_id = xml_element.elements['assetId'].text self.asset_params_id = xml_element.elements['assetParamsId'].text end |