Class: XTF::Search::Element::Exact

Inherits:
Phrase show all
Defined in:
lib/xtf/search/element/exact.rb

Constant Summary

Constants inherited from Clause

Clause::VALID_TAG_NAMES

Constants inherited from Base

Base::BASE_ATTRIBUTE_KEYS

Instance Attribute Summary

Attributes inherited from Phrase

#phrase

Attributes inherited from Clause

#content, #section_type, #term

Attributes inherited from Base

#tag_name

Instance Method Summary collapse

Methods inherited from Clause

create, #to_xml, #to_xml_node

Methods inherited from Base

attribute_keys, #attributes

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