Class: Kaltura::KalturaGenericDistributionProfileAction
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaGenericDistributionProfileAction
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Instance Attribute Summary collapse
-
#ftp_passive_mode ⇒ Object
Returns the value of attribute ftp_passive_mode.
-
#http_field_name ⇒ Object
Returns the value of attribute http_field_name.
-
#http_file_name ⇒ Object
Returns the value of attribute http_file_name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#server_path ⇒ Object
Returns the value of attribute server_path.
-
#server_url ⇒ Object
Returns the value of attribute server_url.
-
#username ⇒ Object
Returns the value of attribute username.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#ftp_passive_mode ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
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 |
#password ⇒ Object
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 |
#protocol ⇒ Object
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_path ⇒ Object
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_url ⇒ Object
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 |
#username ⇒ Object
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 |