Class: Kaltura::KalturaGenericDistributionProviderAction
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaGenericDistributionProviderAction
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#created_at ⇒ Object
Generic distribution provider action creation date as Unix timestamp (In seconds).
-
#editable_fields ⇒ Object
Returns the value of attribute editable_fields.
-
#generic_distribution_provider_id ⇒ Object
Returns the value of attribute generic_distribution_provider_id.
-
#id ⇒ Object
Auto generated.
-
#mandatory_fields ⇒ Object
Returns the value of attribute mandatory_fields.
-
#mrss_transformer ⇒ Object
Returns the value of attribute mrss_transformer.
-
#mrss_validator ⇒ Object
Returns the value of attribute mrss_validator.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#remote_password ⇒ Object
Returns the value of attribute remote_password.
-
#remote_path ⇒ Object
Returns the value of attribute remote_path.
-
#remote_username ⇒ Object
Returns the value of attribute remote_username.
-
#results_parser ⇒ Object
Returns the value of attribute results_parser.
-
#results_transformer ⇒ Object
Returns the value of attribute results_transformer.
-
#server_address ⇒ Object
Returns the value of attribute server_address.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Generic distribution provider action last update date as Unix timestamp (In seconds).
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
610 611 612 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 610 def action @action end |
#created_at ⇒ Object
Generic distribution provider action creation date as Unix timestamp (In seconds)
605 606 607 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 605 def created_at @created_at end |
#editable_fields ⇒ Object
Returns the value of attribute editable_fields.
618 619 620 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 618 def editable_fields @editable_fields end |
#generic_distribution_provider_id ⇒ Object
Returns the value of attribute generic_distribution_provider_id.
609 610 611 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 609 def generic_distribution_provider_id @generic_distribution_provider_id end |
#id ⇒ Object
Auto generated
602 603 604 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 602 def id @id end |
#mandatory_fields ⇒ Object
Returns the value of attribute mandatory_fields.
619 620 621 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 619 def mandatory_fields @mandatory_fields end |
#mrss_transformer ⇒ Object
Returns the value of attribute mrss_transformer.
620 621 622 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 620 def mrss_transformer @mrss_transformer end |
#mrss_validator ⇒ Object
Returns the value of attribute mrss_validator.
621 622 623 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 621 def mrss_validator @mrss_validator end |
#protocol ⇒ Object
Returns the value of attribute protocol.
613 614 615 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 613 def protocol @protocol end |
#remote_password ⇒ Object
Returns the value of attribute remote_password.
617 618 619 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 617 def remote_password @remote_password end |
#remote_path ⇒ Object
Returns the value of attribute remote_path.
615 616 617 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 615 def remote_path @remote_path end |
#remote_username ⇒ Object
Returns the value of attribute remote_username.
616 617 618 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 616 def remote_username @remote_username end |
#results_parser ⇒ Object
Returns the value of attribute results_parser.
612 613 614 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 612 def results_parser @results_parser end |
#results_transformer ⇒ Object
Returns the value of attribute results_transformer.
622 623 624 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 622 def results_transformer @results_transformer end |
#server_address ⇒ Object
Returns the value of attribute server_address.
614 615 616 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 614 def server_address @server_address end |
#status ⇒ Object
Returns the value of attribute status.
611 612 613 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 611 def status @status end |
#updated_at ⇒ Object
Generic distribution provider action last update date as Unix timestamp (In seconds)
608 609 610 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 608 def updated_at @updated_at end |