Class: GraphedFuzzySearch::Item
- Inherits:
-
Struct
- Object
- Struct
- GraphedFuzzySearch::Item
- Defined in:
- lib/graphed_fuzzy_search.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#object ⇒ Object
Returns the value of attribute object.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
84 85 86 |
# File 'lib/graphed_fuzzy_search.rb', line 84 def key @key end |
#object ⇒ Object
Returns the value of attribute object
84 85 86 |
# File 'lib/graphed_fuzzy_search.rb', line 84 def object @object end |
#tokens ⇒ Object
Returns the value of attribute tokens
84 85 86 |
# File 'lib/graphed_fuzzy_search.rb', line 84 def tokens @tokens end |