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.
974 975 976 |
# File 'lib/kaltura/kaltura_client.rb', line 974 def add_to_default_conversion_profile @add_to_default_conversion_profile end |
#allow_embed ⇒ Object
Returns the value of attribute allow_embed.
970 971 972 |
# File 'lib/kaltura/kaltura_client.rb', line 970 def @allow_embed end |
#categories ⇒ Object
Returns the value of attribute categories.
975 976 977 |
# File 'lib/kaltura/kaltura_client.rb', line 975 def categories @categories end |
#created_at ⇒ Object
Returns the value of attribute created_at.
969 970 971 |
# File 'lib/kaltura/kaltura_client.rb', line 969 def created_at @created_at end |
#feed_url ⇒ Object
Returns the value of attribute feed_url.
962 963 964 |
# File 'lib/kaltura/kaltura_client.rb', line 962 def feed_url @feed_url end |
#flavor_param_id ⇒ Object
Returns the value of attribute flavor_param_id.
972 973 974 |
# File 'lib/kaltura/kaltura_client.rb', line 972 def flavor_param_id @flavor_param_id end |
#id ⇒ Object
Returns the value of attribute id.
961 962 963 |
# File 'lib/kaltura/kaltura_client.rb', line 961 def id @id end |
#landing_page ⇒ Object
Returns the value of attribute landing_page.
968 969 970 |
# File 'lib/kaltura/kaltura_client.rb', line 968 def landing_page @landing_page end |
#name ⇒ Object
Returns the value of attribute name.
965 966 967 |
# File 'lib/kaltura/kaltura_client.rb', line 965 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
963 964 965 |
# File 'lib/kaltura/kaltura_client.rb', line 963 def partner_id @partner_id end |
#player_uiconf_id ⇒ Object
Returns the value of attribute player_uiconf_id.
971 972 973 |
# File 'lib/kaltura/kaltura_client.rb', line 971 def player_uiconf_id @player_uiconf_id end |
#playlist_id ⇒ Object
Returns the value of attribute playlist_id.
964 965 966 |
# File 'lib/kaltura/kaltura_client.rb', line 964 def playlist_id @playlist_id end |
#status ⇒ Object
Returns the value of attribute status.
966 967 968 |
# File 'lib/kaltura/kaltura_client.rb', line 966 def status @status end |
#transcode_existing_content ⇒ Object
Returns the value of attribute transcode_existing_content.
973 974 975 |
# File 'lib/kaltura/kaltura_client.rb', line 973 def transcode_existing_content @transcode_existing_content end |
#type ⇒ Object
Returns the value of attribute type.
967 968 969 |
# File 'lib/kaltura/kaltura_client.rb', line 967 def type @type end |