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.
-
#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 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.
3297 3298 3299 |
# File 'lib/kaltura_client.rb', line 3297 def adult_content @adult_content end |
#category ⇒ Object
Returns the value of attribute category.
3296 3297 3298 |
# File 'lib/kaltura_client.rb', line 3296 def category @category end |
#feed_author ⇒ Object
Returns the value of attribute feed_author.
3298 3299 3300 |
# File 'lib/kaltura_client.rb', line 3298 def @feed_author end |
#feed_description ⇒ Object
Returns the value of attribute feed_description.
3290 3291 3292 |
# File 'lib/kaltura_client.rb', line 3290 def feed_description @feed_description end |
#feed_image_url ⇒ Object
Returns the value of attribute feed_image_url.
3295 3296 3297 |
# File 'lib/kaltura_client.rb', line 3295 def feed_image_url @feed_image_url end |
#feed_landing_page ⇒ Object
Returns the value of attribute feed_landing_page.
3292 3293 3294 |
# File 'lib/kaltura_client.rb', line 3292 def feed_landing_page @feed_landing_page end |
#language ⇒ Object
Returns the value of attribute language.
3291 3292 3293 |
# File 'lib/kaltura_client.rb', line 3291 def language @language end |
#owner_email ⇒ Object
Returns the value of attribute owner_email.
3294 3295 3296 |
# File 'lib/kaltura_client.rb', line 3294 def owner_email @owner_email end |
#owner_name ⇒ Object
Returns the value of attribute owner_name.
3293 3294 3295 |
# File 'lib/kaltura_client.rb', line 3293 def owner_name @owner_name end |