Class: KalturaApi::KalturaFtpDropFolder
- Inherits:
-
KalturaRemoteDropFolder
- Object
- KalturaObjectBase
- KalturaDropFolder
- KalturaRemoteDropFolder
- KalturaApi::KalturaFtpDropFolder
- Defined in:
- lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#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.
533 534 535 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 533 def host @host end |
#password ⇒ Object
Returns the value of attribute password.
536 537 538 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 536 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
534 535 536 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 534 def port @port end |
#username ⇒ Object
Returns the value of attribute username.
535 536 537 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 535 def username @username end |