Class: Kaltura::KalturaBaseSyndicationFeed

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#add_to_default_conversion_profileObject

Returns the value of attribute add_to_default_conversion_profile.



2846
2847
2848
# File 'lib/kaltura_client.rb', line 2846

def add_to_default_conversion_profile
  @add_to_default_conversion_profile
end

#allow_embedObject

allow_embed tells google OR yahoo weather to allow embedding the video on google OR yahoo video results or just to provide a link to the landing page. it is applied on the video-player_loc property in the XML (google) and addes media-player tag (yahoo)



2840
2841
2842
# File 'lib/kaltura_client.rb', line 2840

def allow_embed
  @allow_embed
end

#categoriesObject

Returns the value of attribute categories.



2847
2848
2849
# File 'lib/kaltura_client.rb', line 2847

def categories
  @categories
end

#created_atObject

Creation date as Unix timestamp (In seconds)



2834
2835
2836
# File 'lib/kaltura_client.rb', line 2834

def created_at
  @created_at
end

#enforce_entitlementObject

Should enforce entitlement on feed entries



2852
2853
2854
# File 'lib/kaltura_client.rb', line 2852

def enforce_entitlement
  @enforce_entitlement
end

#entries_order_byObject

Returns the value of attribute entries_order_by.



2849
2850
2851
# File 'lib/kaltura_client.rb', line 2849

def entries_order_by
  @entries_order_by
end

#feed_urlObject

Returns the value of attribute feed_url.



2813
2814
2815
# File 'lib/kaltura_client.rb', line 2813

def feed_url
  @feed_url
end

#flavor_param_idObject

Returns the value of attribute flavor_param_id.



2844
2845
2846
# File 'lib/kaltura_client.rb', line 2844

def flavor_param_id
  @flavor_param_id
end

#idObject

Returns the value of attribute id.



2812
2813
2814
# File 'lib/kaltura_client.rb', line 2812

def id
  @id
end

#landing_pageObject

Base URL for each video, on the partners site This is required by all syndication types.



2831
2832
2833
# File 'lib/kaltura_client.rb', line 2831

def landing_page
  @landing_page
end

#nameObject

feed name



2821
2822
2823
# File 'lib/kaltura_client.rb', line 2821

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



2814
2815
2816
# File 'lib/kaltura_client.rb', line 2814

def partner_id
  @partner_id
end

#player_uiconf_idObject

Select a uiconf ID as player skin to include in the kwidget url



2843
2844
2845
# File 'lib/kaltura_client.rb', line 2843

def player_uiconf_id
  @player_uiconf_id
end

#playlist_idObject

link a playlist that will set what content the feed will include if empty, all content will be included in feed



2818
2819
2820
# File 'lib/kaltura_client.rb', line 2818

def playlist_id
  @playlist_id
end

#privacy_contextObject

Set privacy context for search entries that assiged to private and public categories within a category privacy context.



2855
2856
2857
# File 'lib/kaltura_client.rb', line 2855

def privacy_context
  @privacy_context
end

#statusObject

feed status



2824
2825
2826
# File 'lib/kaltura_client.rb', line 2824

def status
  @status
end

#storage_idObject

Returns the value of attribute storage_id.



2848
2849
2850
# File 'lib/kaltura_client.rb', line 2848

def storage_id
  @storage_id
end

#transcode_existing_contentObject

Returns the value of attribute transcode_existing_content.



2845
2846
2847
# File 'lib/kaltura_client.rb', line 2845

def transcode_existing_content
  @transcode_existing_content
end

#typeObject

feed type



2827
2828
2829
# File 'lib/kaltura_client.rb', line 2827

def type
  @type
end

#updated_atObject

Update date as Unix timestamp (In seconds)



2858
2859
2860
# File 'lib/kaltura_client.rb', line 2858

def updated_at
  @updated_at
end