Method: SimpleDeploy::StackDestroyer#initialize

Defined in:
lib/simple_deploy/stack/stack_destroyer.rb

#initialize(args) ⇒ StackDestroyer

Returns a new instance of StackDestroyer.



4
5
6
7
# File 'lib/simple_deploy/stack/stack_destroyer.rb', line 4

def initialize(args)
  @config = SimpleDeploy.config
  @name = args[:name]
end