Class: XTF::Search::Element::Not
- Defined in:
- lib/xtf/search/element/not.rb
Constant Summary
Constants inherited from Clause
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Clause
#content, #section_type, #term
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(*args) ⇒ Not
constructor
A new instance of Not.
Methods inherited from Clause
Methods inherited from Base
Constructor Details
#initialize(*args) ⇒ Not
Returns a new instance of Not.
2 3 4 5 |
# File 'lib/xtf/search/element/not.rb', line 2 def initialize(*args) @tag_name = "not" super end |