Class: Kaltura::YahooSyndicationFeed
- Inherits:
-
BaseSyndicationFeed
- Object
- ObjectBase
- BaseSyndicationFeed
- Kaltura::YahooSyndicationFeed
- 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_description ⇒ Object
Returns the value of attribute feed_description.
-
#feed_landing_page ⇒ Object
Returns the value of attribute feed_landing_page.
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.
1522 1523 1524 |
# File 'lib/kaltura/kaltura_client.rb', line 1522 def adult_content @adult_content end |
#category ⇒ Object
Returns the value of attribute category.
1521 1522 1523 |
# File 'lib/kaltura/kaltura_client.rb', line 1521 def category @category end |
#feed_description ⇒ Object
Returns the value of attribute feed_description.
1523 1524 1525 |
# File 'lib/kaltura/kaltura_client.rb', line 1523 def feed_description @feed_description end |
#feed_landing_page ⇒ Object
Returns the value of attribute feed_landing_page.
1524 1525 1526 |
# File 'lib/kaltura/kaltura_client.rb', line 1524 def feed_landing_page @feed_landing_page end |