Class: LabyrinthSolver::Point
- Inherits:
-
Struct
- Object
- Struct
- LabyrinthSolver::Point
- Defined in:
- lib/subparry_labyrinth_solver/labyrinth.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
6 7 8 |
# File 'lib/subparry_labyrinth_solver/labyrinth.rb', line 6 def x @x end |
#y ⇒ Object
Returns the value of attribute y
6 7 8 |
# File 'lib/subparry_labyrinth_solver/labyrinth.rb', line 6 def y @y end |