Class: StructuredSearch::Tree::String

Inherits:
BaseNode
  • Object
show all
Defined in:
lib/structured_search/tree/string.rb

Overview

Represents a string node, ‘Google’, ‘SearchThisString’ etc.

Instance Attribute Summary

Attributes inherited from BaseNode

#column, #line, #type

Instance Method Summary collapse

Constructor Details

#initialize(*argv) ⇒ String

:nodoc:



8
9
10
# File 'lib/structured_search/tree/string.rb', line 8

def initialize(*argv)
  super *argv
end