Class: GraphedFuzzySearch::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphed_fuzzy_search.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



84
85
86
# File 'lib/graphed_fuzzy_search.rb', line 84

def key
  @key
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



84
85
86
# File 'lib/graphed_fuzzy_search.rb', line 84

def object
  @object
end

#tokensObject

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



84
85
86
# File 'lib/graphed_fuzzy_search.rb', line 84

def tokens
  @tokens
end