Class: VagrantPlugins::Vrealize::Action::StopInstance

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-vrealize/action/stop_instance.rb

Overview

This stops the running instance.

Instance Method Summary collapse

Constructor Details

#initialize(app, env) ⇒ StopInstance

Returns a new instance of StopInstance.



8
9
10
11
# File 'lib/vagrant-vrealize/action/stop_instance.rb', line 8

def initialize(app, env)
  @app    = app
  @logger = Log4r::Logger.new("vagrant_vrealize::action::stop_instance")
end

Instance Method Details

#call(env) ⇒ Object



13
14
15
# File 'lib/vagrant-vrealize/action/stop_instance.rb', line 13

def call(env)
  fail NotImplementedError
end