Class: ClientInterface
- Inherits:
-
Object
- Object
- ClientInterface
- Defined in:
- lib/software_challenge_client/client_interface.rb
Instance Attribute Summary collapse
-
#gamestate ⇒ Object
Returns the value of attribute gamestate.
Instance Method Summary collapse
Instance Attribute Details
#gamestate ⇒ Object
Returns the value of attribute gamestate.
2 3 4 |
# File 'lib/software_challenge_client/client_interface.rb', line 2 def gamestate @gamestate end |
Instance Method Details
#getMove ⇒ Object
4 5 6 |
# File 'lib/software_challenge_client/client_interface.rb', line 4 def getMove raise "Not yet implemented" end |