Class: Kaltura::KalturaConfigurableDistributionProfile
- Inherits:
-
KalturaDistributionProfile
- Object
- KalturaObjectBase
- KalturaDistributionProfile
- Kaltura::KalturaConfigurableDistributionProfile
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Instance Attribute Summary collapse
-
#field_config_array ⇒ Object
Returns the value of attribute field_config_array.
-
#item_xpaths_to_extend ⇒ Object
Returns the value of attribute item_xpaths_to_extend.
Attributes inherited from KalturaDistributionProfile
#auto_create_flavors, #auto_create_thumb, #created_at, #delete_enabled, #id, #name, #optional_asset_distribution_rules, #optional_flavor_params_ids, #optional_thumb_dimensions, #partner_id, #provider_type, #recommended_dc_for_download, #recommended_dc_for_execute, #recommended_storage_profile_for_download, #report_enabled, #required_asset_distribution_rules, #required_flavor_params_ids, #required_thumb_dimensions, #status, #submit_enabled, #sunrise_default_offset, #sunset_default_offset, #update_enabled, #updated_at
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#field_config_array ⇒ Object
Returns the value of attribute field_config_array.
727 728 729 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 727 def field_config_array @field_config_array end |
#item_xpaths_to_extend ⇒ Object
Returns the value of attribute item_xpaths_to_extend.
728 729 730 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 728 def item_xpaths_to_extend @item_xpaths_to_extend end |