Class: Kaltura::KalturaITunesSyndicationFeed
- Inherits:
-
KalturaBaseSyndicationFeed
- Object
- KalturaObjectBase
- KalturaBaseSyndicationFeed
- Kaltura::KalturaITunesSyndicationFeed
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#adult_content ⇒ Object
Returns the value of attribute adult_content.
-
#category ⇒ Object
Returns the value of attribute category.
-
#enforce_order ⇒ Object
true in case you want to enfore the palylist order on the.
-
#feed_author ⇒ Object
Returns the value of attribute feed_author.
-
#feed_description ⇒ Object
feed description.
-
#feed_image_url ⇒ Object
podcast thumbnail.
-
#feed_landing_page ⇒ Object
feed landing page (i.e publisher website).
-
#language ⇒ Object
feed language.
-
#owner_email ⇒ Object
publisher email.
-
#owner_name ⇒ Object
author/publisher name.
Attributes inherited from KalturaBaseSyndicationFeed
#add_to_default_conversion_profile, #allow_embed, #categories, #created_at, #enforce_entitlement, #entries_order_by, #feed_url, #flavor_param_id, #id, #landing_page, #name, #partner_id, #player_uiconf_id, #playlist_id, #privacy_context, #status, #storage_id, #transcode_existing_content, #type, #updated_at
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#adult_content ⇒ Object
Returns the value of attribute adult_content.
7497 7498 7499 |
# File 'lib/kaltura_client.rb', line 7497 def adult_content @adult_content end |
#category ⇒ Object
Returns the value of attribute category.
7496 7497 7498 |
# File 'lib/kaltura_client.rb', line 7496 def category @category end |
#enforce_order ⇒ Object
true in case you want to enfore the palylist order on the
7501 7502 7503 |
# File 'lib/kaltura_client.rb', line 7501 def enforce_order @enforce_order end |
#feed_author ⇒ Object
Returns the value of attribute feed_author.
7498 7499 7500 |
# File 'lib/kaltura_client.rb', line 7498 def @feed_author end |
#feed_description ⇒ Object
feed description
7480 7481 7482 |
# File 'lib/kaltura_client.rb', line 7480 def feed_description @feed_description end |
#feed_image_url ⇒ Object
podcast thumbnail
7495 7496 7497 |
# File 'lib/kaltura_client.rb', line 7495 def feed_image_url @feed_image_url end |
#feed_landing_page ⇒ Object
feed landing page (i.e publisher website)
7486 7487 7488 |
# File 'lib/kaltura_client.rb', line 7486 def feed_landing_page @feed_landing_page end |
#language ⇒ Object
feed language
7483 7484 7485 |
# File 'lib/kaltura_client.rb', line 7483 def language @language end |
#owner_email ⇒ Object
publisher email
7492 7493 7494 |
# File 'lib/kaltura_client.rb', line 7492 def owner_email @owner_email end |
#owner_name ⇒ Object
author/publisher name
7489 7490 7491 |
# File 'lib/kaltura_client.rb', line 7489 def owner_name @owner_name end |