Class: Kaltura::ITunesSyndicationFeed
- Inherits:
-
BaseSyndicationFeed
- Object
- ObjectBase
- BaseSyndicationFeed
- Kaltura::ITunesSyndicationFeed
- Defined in:
- lib/kaltura/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.
-
#feed_author ⇒ Object
Returns the value of attribute feed_author.
-
#feed_description ⇒ Object
Returns the value of attribute feed_description.
-
#feed_image_url ⇒ Object
Returns the value of attribute feed_image_url.
-
#feed_landing_page ⇒ Object
Returns the value of attribute feed_landing_page.
-
#language ⇒ Object
Returns the value of attribute language.
-
#owner_email ⇒ Object
Returns the value of attribute owner_email.
-
#owner_name ⇒ Object
Returns the value of attribute owner_name.
Attributes inherited from BaseSyndicationFeed
#add_to_default_conversion_profile, #allow_embed, #categories, #created_at, #feed_url, #flavor_param_id, #id, #landing_page, #name, #partner_id, #player_uiconf_id, #playlist_id, #status, #transcode_existing_content, #type
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#adult_content ⇒ Object
Returns the value of attribute adult_content.
1510 1511 1512 |
# File 'lib/kaltura/kaltura_client.rb', line 1510 def adult_content @adult_content end |
#category ⇒ Object
Returns the value of attribute category.
1509 1510 1511 |
# File 'lib/kaltura/kaltura_client.rb', line 1509 def category @category end |
#feed_author ⇒ Object
Returns the value of attribute feed_author.
1511 1512 1513 |
# File 'lib/kaltura/kaltura_client.rb', line 1511 def @feed_author end |
#feed_description ⇒ Object
Returns the value of attribute feed_description.
1503 1504 1505 |
# File 'lib/kaltura/kaltura_client.rb', line 1503 def feed_description @feed_description end |
#feed_image_url ⇒ Object
Returns the value of attribute feed_image_url.
1508 1509 1510 |
# File 'lib/kaltura/kaltura_client.rb', line 1508 def feed_image_url @feed_image_url end |
#feed_landing_page ⇒ Object
Returns the value of attribute feed_landing_page.
1505 1506 1507 |
# File 'lib/kaltura/kaltura_client.rb', line 1505 def feed_landing_page @feed_landing_page end |
#language ⇒ Object
Returns the value of attribute language.
1504 1505 1506 |
# File 'lib/kaltura/kaltura_client.rb', line 1504 def language @language end |
#owner_email ⇒ Object
Returns the value of attribute owner_email.
1507 1508 1509 |
# File 'lib/kaltura/kaltura_client.rb', line 1507 def owner_email @owner_email end |
#owner_name ⇒ Object
Returns the value of attribute owner_name.
1506 1507 1508 |
# File 'lib/kaltura/kaltura_client.rb', line 1506 def owner_name @owner_name end |