Class: Kaltura::BaseSyndicationFeed
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::BaseSyndicationFeed
- Defined in:
- lib/kaltura/kaltura_client.rb
Direct Known Subclasses
GoogleVideoSyndicationFeed, ITunesSyndicationFeed, TubeMogulSyndicationFeed, YahooSyndicationFeed
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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#add_to_default_conversion_profile ⇒ Object
Returns the value of attribute add_to_default_conversion_profile.
931 932 933 |
# File 'lib/kaltura/kaltura_client.rb', line 931 def add_to_default_conversion_profile @add_to_default_conversion_profile end |
#allow_embed ⇒ Object
Returns the value of attribute allow_embed.
927 928 929 |
# File 'lib/kaltura/kaltura_client.rb', line 927 def @allow_embed end |
#categories ⇒ Object
Returns the value of attribute categories.
932 933 934 |
# File 'lib/kaltura/kaltura_client.rb', line 932 def categories @categories end |
#created_at ⇒ Object
Returns the value of attribute created_at.
926 927 928 |
# File 'lib/kaltura/kaltura_client.rb', line 926 def created_at @created_at end |
#feed_url ⇒ Object
Returns the value of attribute feed_url.
919 920 921 |
# File 'lib/kaltura/kaltura_client.rb', line 919 def feed_url @feed_url end |
#flavor_param_id ⇒ Object
Returns the value of attribute flavor_param_id.
929 930 931 |
# File 'lib/kaltura/kaltura_client.rb', line 929 def flavor_param_id @flavor_param_id end |
#id ⇒ Object
Returns the value of attribute id.
918 919 920 |
# File 'lib/kaltura/kaltura_client.rb', line 918 def id @id end |
#landing_page ⇒ Object
Returns the value of attribute landing_page.
925 926 927 |
# File 'lib/kaltura/kaltura_client.rb', line 925 def landing_page @landing_page end |
#name ⇒ Object
Returns the value of attribute name.
922 923 924 |
# File 'lib/kaltura/kaltura_client.rb', line 922 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
920 921 922 |
# File 'lib/kaltura/kaltura_client.rb', line 920 def partner_id @partner_id end |
#player_uiconf_id ⇒ Object
Returns the value of attribute player_uiconf_id.
928 929 930 |
# File 'lib/kaltura/kaltura_client.rb', line 928 def player_uiconf_id @player_uiconf_id end |
#playlist_id ⇒ Object
Returns the value of attribute playlist_id.
921 922 923 |
# File 'lib/kaltura/kaltura_client.rb', line 921 def playlist_id @playlist_id end |
#status ⇒ Object
Returns the value of attribute status.
923 924 925 |
# File 'lib/kaltura/kaltura_client.rb', line 923 def status @status end |
#transcode_existing_content ⇒ Object
Returns the value of attribute transcode_existing_content.
930 931 932 |
# File 'lib/kaltura/kaltura_client.rb', line 930 def transcode_existing_content @transcode_existing_content end |
#type ⇒ Object
Returns the value of attribute type.
924 925 926 |
# File 'lib/kaltura/kaltura_client.rb', line 924 def type @type end |