Class: Pleiades::Command::BaseCommand
- Inherits:
-
Object
- Object
- Pleiades::Command::BaseCommand
- Defined in:
- lib/pleiades/core/command/base_command.rb
Direct Known Subclasses
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(event) ⇒ BaseCommand
constructor
A new instance of BaseCommand.
Constructor Details
#initialize(event) ⇒ BaseCommand
Returns a new instance of BaseCommand.
4 5 6 |
# File 'lib/pleiades/core/command/base_command.rb', line 4 def initialize(event) @event = event end |
Instance Method Details
#call ⇒ Object
8 |
# File 'lib/pleiades/core/command/base_command.rb', line 8 def call; end |