Class: KalturaApi::KalturaStorageJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#dest_file_sync_stored_pathObject

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_modeObject

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_passwordObject

Returns the value of attribute server_password.



7977
7978
7979
# File 'lib/kaltura_client.rb', line 7977

def server_password
  @server_password
end

#server_urlObject

Returns the value of attribute server_url.



7975
7976
7977
# File 'lib/kaltura_client.rb', line 7975

def server_url
  @server_url
end

#server_usernameObject

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_idObject

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_pathObject

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