class Kaltura::KalturaSearchComparableAttributeCondition
Attributes
comparison[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaAttributeCondition#from_xml
# File lib/kaltura_types.rb, line 18109 def from_xml(xml_element) super if xml_element.elements['comparison'] != nil self.comparison = xml_element.elements['comparison'].text end end