Class: Xudoku::Guess

Inherits:
Struct
  • Object
show all
Defined in:
lib/xudoku/utils.rb

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



4
5
6
# File 'lib/xudoku/utils.rb', line 4

def number
  @number
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



4
5
6
# File 'lib/xudoku/utils.rb', line 4

def position
  @position
end