class Kaltura::KalturaSearchMatchAttributeCondition
Attributes
not[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 18138 def from_xml(xml_element) super if xml_element.elements['not'] != nil self.not = xml_element.elements['not'].text end end
not=(val)
click to toggle source
# File lib/kaltura_types.rb, line 18134 def not=(val) @not = to_b(val) end