class Swarm::Observers::Base
Attributes
command[R]
Public Class Methods
new(command)
click to toggle source
# File lib/swarm/observers/base.rb, line 9 def initialize(command) @command = command end
Public Instance Methods
after_action()
click to toggle source
# File lib/swarm/observers/base.rb, line 14 def after_action; end
before_action()
click to toggle source
# File lib/swarm/observers/base.rb, line 13 def before_action; end