Class: GraphedFuzzySearch::Connection

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

Instance Attribute Summary collapse

Instance Attribute Details

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



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

def node
  @node
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



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

def weight
  @weight
end