Class: Kaltura::KalturaStorageExportJobData
- Inherits:
-
KalturaStorageJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaStorageJobData
- Kaltura::KalturaStorageExportJobData
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaAmazonS3StorageExportJobData, KalturaKontikiStorageExportJobData
Instance Attribute Summary collapse
-
#create_link ⇒ Object
Returns the value of attribute create_link.
-
#force ⇒ Object
Returns the value of attribute force.
Attributes inherited from KalturaStorageJobData
#dest_file_sync_stored_path, #ftp_passive_mode, #server_password, #server_url, #server_username, #src_file_sync_id, #src_file_sync_local_path
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#create_link ⇒ Object
Returns the value of attribute create_link.
8555 8556 8557 |
# File 'lib/kaltura_client.rb', line 8555 def create_link @create_link end |
#force ⇒ Object
Returns the value of attribute force.
8554 8555 8556 |
# File 'lib/kaltura_client.rb', line 8554 def force @force end |