class Pleiades::Command::BaseCommand

Public Class Methods

new(event) click to toggle source
# File lib/pleiades/core/command/base_command.rb, line 4
def initialize(event)
  @event = event
end

Public Instance Methods

call() click to toggle source
# File lib/pleiades/core/command/base_command.rb, line 8
def call; end