class Kaltura::KalturaSearchMatchCondition
Attributes
not[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaSearchCondition#from_xml
# File lib/kaltura_types.rb, line 18154 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 18150 def not=(val) @not = to_b(val) end