Method: VagrantPlugins::SimpleCloud::Actions::Destroy#initialize

Defined in:
lib/vagrant-simplecloud/actions/destroy.rb

#initialize(app, env) ⇒ Destroy

Returns a new instance of Destroy.



9
10
11
12
13
14
# File 'lib/vagrant-simplecloud/actions/destroy.rb', line 9

def initialize(app, env)
  @app = app
  @machine = env[:machine]
  @simple_client = simple_client
  @logger = Log4r::Logger.new('vagrant::simplecloud::destroy')
end