Class: VinaryTree::Liblevenshtein::Match
- Inherits:
-
Data
- Object
- Data
- VinaryTree::Liblevenshtein::Match
- Defined in:
- lib/vinary_tree/liblevenshtein.rb
Instance Attribute Summary collapse
-
#distance ⇒ Object
readonly
Returns the value of attribute distance.
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#term ⇒ Object
readonly
Returns the value of attribute term.
Instance Attribute Details
#distance ⇒ Object (readonly)
Returns the value of attribute distance
34 35 36 |
# File 'lib/vinary_tree/liblevenshtein.rb', line 34 def distance @distance end |
#domain ⇒ Object (readonly)
Returns the value of attribute domain
34 35 36 |
# File 'lib/vinary_tree/liblevenshtein.rb', line 34 def domain @domain end |
#id ⇒ Object (readonly)
Returns the value of attribute id
34 35 36 |
# File 'lib/vinary_tree/liblevenshtein.rb', line 34 def id @id end |
#term ⇒ Object (readonly)
Returns the value of attribute term
34 35 36 |
# File 'lib/vinary_tree/liblevenshtein.rb', line 34 def term @term end |