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