Class: Kaltura::KalturaFtpDropFolder

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

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.



533
534
535
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 533

def host
  @host
end

#passwordObject

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

#portObject

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

#usernameObject

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