Class: AttrSearchableGrammar::Column

Inherits:
BaseNode
  • Object
show all
Defined in:
lib/attr_searchable_grammar.rb

Instance Attribute Summary

Attributes inherited from BaseNode

#model

Instance Method Summary collapse

Methods inherited from BaseNode

#collection_for, #elements, #evaluate

Instance Method Details

#collectionObject



114
115
116
# File 'lib/attr_searchable_grammar.rb', line 114

def collection
  collection_for text_value
end