Class: Kaltura::KalturaSearchMatchAttributeCondition

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

#notObject

Returns the value of attribute not.



12065
12066
12067
# File 'lib/kaltura_types.rb', line 12065

def not
  @not
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



12071
12072
12073
12074
# File 'lib/kaltura_types.rb', line 12071

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