Class: Kaltura::KalturaExtendingItemMrssParameter
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaExtendingItemMrssParameter
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#extension_mode ⇒ Object
Mode of extension - append to MRSS or replace the xpath content.
-
#identifier ⇒ Object
Object identifier.
-
#xpath ⇒ Object
XPath for the extending item.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#extension_mode ⇒ Object
Mode of extension - append to MRSS or replace the xpath content.
3633 3634 3635 |
# File 'lib/kaltura_client.rb', line 3633 def extension_mode @extension_mode end |
#identifier ⇒ Object
Object identifier
3630 3631 3632 |
# File 'lib/kaltura_client.rb', line 3630 def identifier @identifier end |
#xpath ⇒ Object
XPath for the extending item
3627 3628 3629 |
# File 'lib/kaltura_client.rb', line 3627 def xpath @xpath end |