Class: Xudoku::Guess
- Inherits:
-
Struct
- Object
- Struct
- Xudoku::Guess
- Defined in:
- lib/xudoku/utils.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number
4 5 6 |
# File 'lib/xudoku/utils.rb', line 4 def number @number end |
#position ⇒ Object
Returns the value of attribute position
4 5 6 |
# File 'lib/xudoku/utils.rb', line 4 def position @position end |