Class: Kaltura::KalturaGenericXsltSyndicationFeed
- Inherits:
-
KalturaGenericSyndicationFeed
- Object
- KalturaObjectBase
- KalturaBaseSyndicationFeed
- KalturaGenericSyndicationFeed
- Kaltura::KalturaGenericXsltSyndicationFeed
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#item_xpaths_to_extend ⇒ Object
Returns the value of attribute item_xpaths_to_extend.
-
#xslt ⇒ Object
Returns the value of attribute xslt.
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, #use_category_entries
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#item_xpaths_to_extend ⇒ Object
Returns the value of attribute item_xpaths_to_extend.
11536 11537 11538 |
# File 'lib/kaltura_types.rb', line 11536 def item_xpaths_to_extend @item_xpaths_to_extend end |
#xslt ⇒ Object
Returns the value of attribute xslt.
11535 11536 11537 |
# File 'lib/kaltura_types.rb', line 11535 def xslt @xslt end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
11539 11540 11541 11542 11543 |
# File 'lib/kaltura_types.rb', line 11539 def from_xml(xml_element) super self.xslt = xml_element.elements['xslt'].text self.item_xpaths_to_extend = KalturaClientBase.object_from_xml(xml_element.elements['itemXpathsToExtend'], 'KalturaExtendingItemMrssParameter') end |