Class: Kaltura::KalturaFileSyncImportJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaFileSyncImportJobData
- Defined in:
- lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb
Instance Attribute Summary collapse
-
#dest_file_path ⇒ Object
Returns the value of attribute dest_file_path.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#filesync_id ⇒ Object
Returns the value of attribute filesync_id.
-
#source_url ⇒ Object
Returns the value of attribute source_url.
-
#tmp_file_path ⇒ Object
Returns the value of attribute tmp_file_path.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#dest_file_path ⇒ Object
Returns the value of attribute dest_file_path.
36 37 38 |
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 36 def dest_file_path @dest_file_path end |
#file_size ⇒ Object
Returns the value of attribute file_size.
37 38 39 |
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 37 def file_size @file_size end |
#filesync_id ⇒ Object
Returns the value of attribute filesync_id.
34 35 36 |
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 34 def filesync_id @filesync_id end |
#source_url ⇒ Object
Returns the value of attribute source_url.
33 34 35 |
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 33 def source_url @source_url end |
#tmp_file_path ⇒ Object
Returns the value of attribute tmp_file_path.
35 36 37 |
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 35 def tmp_file_path @tmp_file_path end |