Class: HintableLevenshtein::Position
- Inherits:
-
Struct
- Object
- Struct
- HintableLevenshtein::Position
- Defined in:
- lib/hintable_levenshtein.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
42 43 44 |
# File 'lib/hintable_levenshtein.rb', line 42 def x @x end |
#y ⇒ Object
Returns the value of attribute y
42 43 44 |
# File 'lib/hintable_levenshtein.rb', line 42 def y @y end |