class AttrSearchableGrammar::Nodes::FulltextCollection
Attributes
collection[R]
Public Class Methods
new(collection, *nodes)
click to toggle source
Calls superclass method
AttrSearchableGrammar::Nodes::Collection::new
# File lib/attr_searchable_grammar/nodes.rb, line 163 def initialize(collection, *nodes) @collection = collection super *nodes end
Public Instance Methods
finalize!()
click to toggle source
# File lib/attr_searchable_grammar/nodes.rb, line 173 def finalize! FulltextExpression.new collection, self end
fulltext?()
click to toggle source
# File lib/attr_searchable_grammar/nodes.rb, line 169 def fulltext? true end