Module: EY::Serverside::Callbacks::Executor::Ruby

Defined in:
lib/engineyard-serverside/callbacks/executor/ruby.rb,
lib/engineyard-serverside/callbacks/executor/ruby/context.rb,
lib/engineyard-serverside/callbacks/executor/ruby/executor.rb

Defined Under Namespace

Classes: Context, Executor

Class Method Summary collapse

Class Method Details

.execute(config, shell, hook) ⇒ Object



12
13
14
# File 'lib/engineyard-serverside/callbacks/executor/ruby.rb', line 12

def self.execute(config, shell, hook)
  Executor.execute(config, shell,hook)
end