Class: Kaltura::KalturaIndexAdvancedFilter

Inherits:
KalturaSearchItem show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#index_id_greater_thanObject

Returns the value of attribute index_id_greater_than.



9048
9049
9050
# File 'lib/kaltura_types.rb', line 9048

def index_id_greater_than
  @index_id_greater_than
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



9054
9055
9056
9057
# File 'lib/kaltura_types.rb', line 9054

def from_xml(xml_element)
	super
	self.index_id_greater_than = xml_element.elements['indexIdGreaterThan'].text
end