Class: Kaltura::KalturaYahooSyndicationFeed
- Inherits:
-
KalturaBaseSyndicationFeed
- Object
- KalturaObjectBase
- KalturaBaseSyndicationFeed
- Kaltura::KalturaYahooSyndicationFeed
- 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.
-
#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 KalturaBaseSyndicationFeed
#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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#adult_content ⇒ Object
Returns the value of attribute adult_content.
3309 3310 3311 |
# File 'lib/kaltura_client.rb', line 3309 def adult_content @adult_content end |
#category ⇒ Object
Returns the value of attribute category.
3308 3309 3310 |
# File 'lib/kaltura_client.rb', line 3308 def category @category end |
#feed_description ⇒ Object
Returns the value of attribute feed_description.
3310 3311 3312 |
# File 'lib/kaltura_client.rb', line 3310 def feed_description @feed_description end |
#feed_landing_page ⇒ Object
Returns the value of attribute feed_landing_page.
3311 3312 3313 |
# File 'lib/kaltura_client.rb', line 3311 def feed_landing_page @feed_landing_page end |