Class: Kaltura::KalturaSearchMatchCondition
- Inherits:
-
KalturaSearchCondition
- Object
- KalturaObjectBase
- KalturaSearchItem
- KalturaSearchCondition
- Kaltura::KalturaSearchMatchCondition
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#not ⇒ Object
Returns the value of attribute not.
Attributes inherited from KalturaSearchCondition
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#not ⇒ Object
Returns the value of attribute not.
18442 18443 18444 |
# File 'lib/kaltura_types.rb', line 18442 def not @not end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
18448 18449 18450 18451 18452 18453 |
# File 'lib/kaltura_types.rb', line 18448 def from_xml(xml_element) super if xml_element.elements['not'] != nil self.not = xml_element.elements['not'].text end end |