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