Class: KalturaApi::KalturaGenericDistributionProfileAction

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_plugins/kaltura_content_distribution_client_plugin.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

#ftp_passive_modeObject

Returns the value of attribute ftp_passive_mode.



587
588
589
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 587

def ftp_passive_mode
  @ftp_passive_mode
end

#http_field_nameObject

Returns the value of attribute http_field_name.



588
589
590
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 588

def http_field_name
  @http_field_name
end

#http_file_nameObject

Returns the value of attribute http_file_name.



589
590
591
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 589

def http_file_name
  @http_file_name
end

#passwordObject

Returns the value of attribute password.



586
587
588
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 586

def password
  @password
end

#protocolObject

Returns the value of attribute protocol.



582
583
584
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 582

def protocol
  @protocol
end

#server_pathObject

Returns the value of attribute server_path.



584
585
586
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 584

def server_path
  @server_path
end

#server_urlObject

Returns the value of attribute server_url.



583
584
585
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 583

def server_url
  @server_url
end

#usernameObject

Returns the value of attribute username.



585
586
587
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 585

def username
  @username
end