Class: Kaltura::KalturaGenericDistributionProvider
- Inherits:
-
KalturaDistributionProvider
- Object
- KalturaObjectBase
- KalturaDistributionProvider
- Kaltura::KalturaGenericDistributionProvider
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Generic distribution provider creation date as Unix timestamp (In seconds).
-
#editable_fields ⇒ Object
Returns the value of attribute editable_fields.
-
#id ⇒ Object
Auto generated.
-
#is_default ⇒ Object
Returns the value of attribute is_default.
-
#mandatory_fields ⇒ Object
Returns the value of attribute mandatory_fields.
-
#optional_flavor_params_ids ⇒ Object
Returns the value of attribute optional_flavor_params_ids.
-
#optional_thumb_dimensions ⇒ Object
Returns the value of attribute optional_thumb_dimensions.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#required_flavor_params_ids ⇒ Object
Returns the value of attribute required_flavor_params_ids.
-
#required_thumb_dimensions ⇒ Object
Returns the value of attribute required_thumb_dimensions.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Generic distribution provider last update date as Unix timestamp (In seconds).
Attributes inherited from KalturaDistributionProvider
#availability_update_enabled, #delete_instead_update, #interval_before_sunrise, #interval_before_sunset, #name, #schedule_update_enabled, #type, #update_required_entry_fields, #update_required_metadata_xpaths
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Generic distribution provider creation date as Unix timestamp (In seconds)
665 666 667 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 665 def created_at @created_at end |
#editable_fields ⇒ Object
Returns the value of attribute editable_fields.
676 677 678 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 676 def editable_fields @editable_fields end |
#id ⇒ Object
Auto generated
662 663 664 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 662 def id @id end |
#is_default ⇒ Object
Returns the value of attribute is_default.
670 671 672 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 670 def is_default @is_default end |
#mandatory_fields ⇒ Object
Returns the value of attribute mandatory_fields.
677 678 679 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 677 def mandatory_fields @mandatory_fields end |
#optional_flavor_params_ids ⇒ Object
Returns the value of attribute optional_flavor_params_ids.
672 673 674 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 672 def optional_flavor_params_ids @optional_flavor_params_ids end |
#optional_thumb_dimensions ⇒ Object
Returns the value of attribute optional_thumb_dimensions.
674 675 676 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 674 def optional_thumb_dimensions @optional_thumb_dimensions end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
669 670 671 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 669 def partner_id @partner_id end |
#required_flavor_params_ids ⇒ Object
Returns the value of attribute required_flavor_params_ids.
673 674 675 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 673 def required_flavor_params_ids @required_flavor_params_ids end |
#required_thumb_dimensions ⇒ Object
Returns the value of attribute required_thumb_dimensions.
675 676 677 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 675 def required_thumb_dimensions @required_thumb_dimensions end |
#status ⇒ Object
Returns the value of attribute status.
671 672 673 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 671 def status @status end |
#updated_at ⇒ Object
Generic distribution provider last update date as Unix timestamp (In seconds)
668 669 670 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 668 def updated_at @updated_at end |