Class: TicTacToe::Player

Inherits:
Struct
  • Object
show all
Defined in:
lib/tic_tac_toe/player.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



2
3
4
# File 'lib/tic_tac_toe/player.rb', line 2

def color
  @color
end

#symbolObject

Returns the value of attribute symbol

Returns:

  • (Object)

    the current value of symbol



2
3
4
# File 'lib/tic_tac_toe/player.rb', line 2

def symbol
  @symbol
end