Class: Kaltura::KalturaSshDropFolder
- Inherits:
-
KalturaRemoteDropFolder
- Object
- KalturaObjectBase
- KalturaDropFolder
- KalturaRemoteDropFolder
- Kaltura::KalturaSshDropFolder
- Defined in:
- lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#pass_phrase ⇒ Object
Returns the value of attribute pass_phrase.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#private_key ⇒ Object
Returns the value of attribute private_key.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
-
#username ⇒ Object
Returns the value of attribute username.
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
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#host ⇒ Object
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_phrase ⇒ Object
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 |
#password ⇒ Object
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 |
#port ⇒ Object
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_key ⇒ Object
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_key ⇒ Object
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 |
#username ⇒ Object
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 |