Class: VagrantPlugins::Vrealize::Action::StartInstance
- Inherits:
-
Object
- Object
- VagrantPlugins::Vrealize::Action::StartInstance
- Includes:
- Vagrant::Util::Retryable
- Defined in:
- lib/vagrant-vrealize/action/start_instance.rb
Overview
This starts a stopped instance.
Instance Method Summary collapse
- #call(env) ⇒ Object
-
#initialize(app, env) ⇒ StartInstance
constructor
A new instance of StartInstance.
Constructor Details
#initialize(app, env) ⇒ StartInstance
Returns a new instance of StartInstance.
14 15 16 17 |
# File 'lib/vagrant-vrealize/action/start_instance.rb', line 14 def initialize(app, env) @app = app @logger = Log4r::Logger.new("vagrant_vrealize::action::start_instance") end |
Instance Method Details
#call(env) ⇒ Object
19 20 21 |
# File 'lib/vagrant-vrealize/action/start_instance.rb', line 19 def call(env) fail NotImplementedError end |