Class: Kaltura::KalturaSourceFileSyncDescriptor
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSourceFileSyncDescriptor
- Defined in:
- lib/kaltura_client.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.
-
#file_sync_local_path ⇒ Object
Returns the value of attribute file_sync_local_path.
-
#file_sync_remote_url ⇒ Object
Returns the value of attribute file_sync_remote_url.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#actual_file_sync_local_path ⇒ Object
The translated path as used by the scheduler
5362 5363 5364 |
# File 'lib/kaltura_client.rb', line 5362 def actual_file_sync_local_path @actual_file_sync_local_path end |
#asset_id ⇒ Object
Returns the value of attribute asset_id.
5364 5365 5366 |
# File 'lib/kaltura_client.rb', line 5364 def asset_id @asset_id end |
#asset_params_id ⇒ Object
Returns the value of attribute asset_params_id.
5365 5366 5367 |
# File 'lib/kaltura_client.rb', line 5365 def asset_params_id @asset_params_id end |
#file_sync_local_path ⇒ Object
Returns the value of attribute file_sync_local_path.
5359 5360 5361 |
# File 'lib/kaltura_client.rb', line 5359 def file_sync_local_path @file_sync_local_path end |
#file_sync_remote_url ⇒ Object
Returns the value of attribute file_sync_remote_url.
5363 5364 5365 |
# File 'lib/kaltura_client.rb', line 5363 def file_sync_remote_url @file_sync_remote_url end |