Class: Kaltura::KalturaStorageJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaStorageJobData
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dest_file_sync_stored_path ⇒ Object
Returns the value of attribute dest_file_sync_stored_path.
-
#ftp_passive_mode ⇒ Object
Returns the value of attribute ftp_passive_mode.
-
#server_password ⇒ Object
Returns the value of attribute server_password.
-
#server_url ⇒ Object
Returns the value of attribute server_url.
-
#server_username ⇒ Object
Returns the value of attribute server_username.
-
#src_file_sync_id ⇒ Object
Returns the value of attribute src_file_sync_id.
-
#src_file_sync_local_path ⇒ Object
Returns the value of attribute src_file_sync_local_path.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#dest_file_sync_stored_path ⇒ Object
Returns the value of attribute dest_file_sync_stored_path.
7981 7982 7983 |
# File 'lib/kaltura_client.rb', line 7981 def dest_file_sync_stored_path @dest_file_sync_stored_path end |
#ftp_passive_mode ⇒ Object
Returns the value of attribute ftp_passive_mode.
7978 7979 7980 |
# File 'lib/kaltura_client.rb', line 7978 def ftp_passive_mode @ftp_passive_mode end |
#server_password ⇒ Object
Returns the value of attribute server_password.
7977 7978 7979 |
# File 'lib/kaltura_client.rb', line 7977 def server_password @server_password end |
#server_url ⇒ Object
Returns the value of attribute server_url.
7975 7976 7977 |
# File 'lib/kaltura_client.rb', line 7975 def server_url @server_url end |
#server_username ⇒ Object
Returns the value of attribute server_username.
7976 7977 7978 |
# File 'lib/kaltura_client.rb', line 7976 def server_username @server_username end |
#src_file_sync_id ⇒ Object
Returns the value of attribute src_file_sync_id.
7980 7981 7982 |
# File 'lib/kaltura_client.rb', line 7980 def src_file_sync_id @src_file_sync_id end |
#src_file_sync_local_path ⇒ Object
Returns the value of attribute src_file_sync_local_path.
7979 7980 7981 |
# File 'lib/kaltura_client.rb', line 7979 def src_file_sync_local_path @src_file_sync_local_path end |