Class: Kaltura::KalturaSearchComparableAttributeCondition

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

Instance Attribute Summary collapse

Attributes inherited from KalturaAttributeCondition

#value

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#comparisonObject

Returns the value of attribute comparison.



12043
12044
12045
# File 'lib/kaltura_types.rb', line 12043

def comparison
  @comparison
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



12046
12047
12048
12049
# File 'lib/kaltura_types.rb', line 12046

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