Class: Alchemist::Commands::North
- Inherits:
-
DirectionCommand
- Object
- Base
- DirectionCommand
- Alchemist::Commands::North
- Defined in:
- lib/alchemist-server/commands/directions.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from DirectionCommand
Methods inherited from Base
#initialize, #outcome, pattern, run
Constructor Details
This class inherits a constructor from Alchemist::Commands::Base
Instance Method Details
#direction ⇒ Object
17 18 19 |
# File 'lib/alchemist-server/commands/directions.rb', line 17 def direction Direction::North end |