Class: Kaltura::KalturaGenericXsltSyndicationFeed

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

Instance Attribute Summary collapse

Attributes inherited from KalturaGenericSyndicationFeed

#feed_description, #feed_landing_page

Attributes inherited from KalturaBaseSyndicationFeed

#add_to_default_conversion_profile, #allow_embed, #categories, #created_at, #enforce_entitlement, #entries_order_by, #feed_url, #flavor_param_id, #id, #landing_page, #name, #partner_id, #player_uiconf_id, #playlist_id, #privacy_context, #status, #storage_id, #transcode_existing_content, #type, #updated_at

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#item_xpaths_to_extendObject

Returns the value of attribute item_xpaths_to_extend.



8413
8414
8415
# File 'lib/kaltura_client.rb', line 8413

def item_xpaths_to_extend
  @item_xpaths_to_extend
end

#xsltObject

Returns the value of attribute xslt.



8412
8413
8414
# File 'lib/kaltura_client.rb', line 8412

def xslt
  @xslt
end