module EY::Serverside::Callbacks::Executor

Constants

FLAVORS

Public Class Methods

execute(config, shell, hooks) click to toggle source
# File lib/engineyard-serverside/callbacks/executor.rb, line 14
def self.execute(config, shell, hooks)
  hooks.each do |hook|
    FLAVORS[hook.flavor].execute(config, shell, hook)
  end
end