Class: Kaltura::KalturaBaseSyndicationFeed
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaBaseSyndicationFeed
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaGoogleVideoSyndicationFeed, KalturaITunesSyndicationFeed, KalturaTubeMogulSyndicationFeed, KalturaYahooSyndicationFeed
Instance Attribute Summary collapse
-
#add_to_default_conversion_profile ⇒ Object
Returns the value of attribute add_to_default_conversion_profile.
-
#allow_embed ⇒ Object
Returns the value of attribute allow_embed.
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#feed_url ⇒ Object
Returns the value of attribute feed_url.
-
#flavor_param_id ⇒ Object
Returns the value of attribute flavor_param_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#landing_page ⇒ Object
Returns the value of attribute landing_page.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#player_uiconf_id ⇒ Object
Returns the value of attribute player_uiconf_id.
-
#playlist_id ⇒ Object
Returns the value of attribute playlist_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#transcode_existing_content ⇒ Object
Returns the value of attribute transcode_existing_content.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#add_to_default_conversion_profile ⇒ Object
Returns the value of attribute add_to_default_conversion_profile.
2263 2264 2265 |
# File 'lib/kaltura_client.rb', line 2263 def add_to_default_conversion_profile @add_to_default_conversion_profile end |
#allow_embed ⇒ Object
Returns the value of attribute allow_embed.
2259 2260 2261 |
# File 'lib/kaltura_client.rb', line 2259 def @allow_embed end |
#categories ⇒ Object
Returns the value of attribute categories.
2264 2265 2266 |
# File 'lib/kaltura_client.rb', line 2264 def categories @categories end |
#created_at ⇒ Object
Returns the value of attribute created_at.
2258 2259 2260 |
# File 'lib/kaltura_client.rb', line 2258 def created_at @created_at end |
#feed_url ⇒ Object
Returns the value of attribute feed_url.
2251 2252 2253 |
# File 'lib/kaltura_client.rb', line 2251 def feed_url @feed_url end |
#flavor_param_id ⇒ Object
Returns the value of attribute flavor_param_id.
2261 2262 2263 |
# File 'lib/kaltura_client.rb', line 2261 def flavor_param_id @flavor_param_id end |
#id ⇒ Object
Returns the value of attribute id.
2250 2251 2252 |
# File 'lib/kaltura_client.rb', line 2250 def id @id end |
#landing_page ⇒ Object
Returns the value of attribute landing_page.
2257 2258 2259 |
# File 'lib/kaltura_client.rb', line 2257 def landing_page @landing_page end |
#name ⇒ Object
Returns the value of attribute name.
2254 2255 2256 |
# File 'lib/kaltura_client.rb', line 2254 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2252 2253 2254 |
# File 'lib/kaltura_client.rb', line 2252 def partner_id @partner_id end |
#player_uiconf_id ⇒ Object
Returns the value of attribute player_uiconf_id.
2260 2261 2262 |
# File 'lib/kaltura_client.rb', line 2260 def player_uiconf_id @player_uiconf_id end |
#playlist_id ⇒ Object
Returns the value of attribute playlist_id.
2253 2254 2255 |
# File 'lib/kaltura_client.rb', line 2253 def playlist_id @playlist_id end |
#status ⇒ Object
Returns the value of attribute status.
2255 2256 2257 |
# File 'lib/kaltura_client.rb', line 2255 def status @status end |
#transcode_existing_content ⇒ Object
Returns the value of attribute transcode_existing_content.
2262 2263 2264 |
# File 'lib/kaltura_client.rb', line 2262 def transcode_existing_content @transcode_existing_content end |
#type ⇒ Object
Returns the value of attribute type.
2256 2257 2258 |
# File 'lib/kaltura_client.rb', line 2256 def type @type end |