Class: Kaltura::KalturaSyndicationDistributionProfile
- Inherits:
-
KalturaDistributionProfile
- Object
- KalturaObjectBase
- KalturaDistributionProfile
- Kaltura::KalturaSyndicationDistributionProfile
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Instance Attribute Summary collapse
-
#feed_id ⇒ Object
Returns the value of attribute feed_id.
-
#xsl ⇒ Object
Returns the value of attribute xsl.
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
#feed_id ⇒ Object
Returns the value of attribute feed_id.
990 991 992 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 990 def feed_id @feed_id end |
#xsl ⇒ Object
Returns the value of attribute xsl.
989 990 991 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 989 def xsl @xsl end |