Class: CARPS::Player::StartInterface
- Inherits:
-
StartGameInterface
- Object
- Interface
- QuitInterface
- StartGameInterface
- CARPS::Player::StartInterface
- Defined in:
- lib/carps/service/player/start.rb
Overview
Interface for the player to join games
Instance Method Summary collapse
-
#initialize(continuation, mailer, game_config, manager) ⇒ StartInterface
constructor
A new instance of StartInterface.
Methods inherited from StartGameInterface
Methods included from ControlInterface
Methods inherited from Interface
Constructor Details
#initialize(continuation, mailer, game_config, manager) ⇒ StartInterface
Returns a new instance of StartInterface.
31 32 33 34 |
# File 'lib/carps/service/player/start.rb', line 31 def initialize continuation, mailer, game_config, manager super add_command "mail", "Check for mail." end |