Class: TicTacToe::Player
- Inherits:
-
Struct
- Object
- Struct
- TicTacToe::Player
- Defined in:
- lib/tic_tac_toe/player.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
2 3 4 |
# File 'lib/tic_tac_toe/player.rb', line 2 def color @color end |
#symbol ⇒ Object
Returns the value of attribute symbol
2 3 4 |
# File 'lib/tic_tac_toe/player.rb', line 2 def symbol @symbol end |