Class: Kaltura::KalturaExtendingItemMrssParameter

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

#extension_modeObject

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

#identifierObject

Object identifier



3630
3631
3632
# File 'lib/kaltura_client.rb', line 3630

def identifier
  @identifier
end

#xpathObject

XPath for the extending item



3627
3628
3629
# File 'lib/kaltura_client.rb', line 3627

def xpath
  @xpath
end