Class: Gomasio::Game::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/gomasio/game.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colObject

Returns the value of attribute col

Returns:

  • (Object)

    the current value of col



8
9
10
# File 'lib/gomasio/game.rb', line 8

def col
  @col
end

#diskObject

Returns the value of attribute disk

Returns:

  • (Object)

    the current value of disk



8
9
10
# File 'lib/gomasio/game.rb', line 8

def disk
  @disk
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



8
9
10
# File 'lib/gomasio/game.rb', line 8

def row
  @row
end