Class: Deployinator::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/deployinator/plugin.rb

Instance Method Summary collapse

Instance Method Details

#run(event, state) ⇒ Object



3
4
5
# File 'lib/deployinator/plugin.rb', line 3

def run(event, state)
  raise "Plugin: #{self.class} does not implement run method"
end