Class: Kaltura::KalturaSshDropFolder

Inherits:
KalturaRemoteDropFolder show all
Defined in:
lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb

Direct Known Subclasses

KalturaScpDropFolder, KalturaSftpDropFolder

Instance Attribute Summary collapse

Attributes inherited from KalturaDropFolder

#auto_file_delete_days, #conversion_profile_id, #created_at, #dc, #description, #error_code, #error_description, #file_delete_policy, #file_handler_config, #file_handler_type, #file_name_patterns, #file_size_check_interval, #id, #ignore_file_name_patterns, #incremental, #last_accessed_at, #last_file_timestamp, #metadata_profile_id, #name, #partner_id, #path, #status, #tags, #type, #updated_at

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#hostObject

Returns the value of attribute host.



544
545
546
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 544

def host
  @host
end

#pass_phraseObject

Returns the value of attribute pass_phrase.



550
551
552
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 550

def pass_phrase
  @pass_phrase
end

#passwordObject

Returns the value of attribute password.



547
548
549
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 547

def password
  @password
end

#portObject

Returns the value of attribute port.



545
546
547
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 545

def port
  @port
end

#private_keyObject

Returns the value of attribute private_key.



548
549
550
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 548

def private_key
  @private_key
end

#public_keyObject

Returns the value of attribute public_key.



549
550
551
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 549

def public_key
  @public_key
end

#usernameObject

Returns the value of attribute username.



546
547
548
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 546

def username
  @username
end