Class: VagrantPlugins::Rimu::Commands::RimuCommand

Inherits:
AbstractCommand show all
Defined in:
lib/vagrant-rimu/commands/rimu_command.rb

Direct Known Subclasses

BillingMethods, Distributions, ListServers

Instance Method Summary collapse

Methods inherited from AbstractCommand

#cmd, #execute, #initialize, #normalize_args

Constructor Details

This class inherits a constructor from VagrantPlugins::Rimu::Commands::AbstractCommand

Instance Method Details

#before_cmd(_name, _argv, env) ⇒ Object



7
8
9
# File 'lib/vagrant-rimu/commands/rimu_command.rb', line 7

def before_cmd(_name, _argv, env)
  VagrantPlugins::Rimu::Actions::ConnectToRimu.new(nil, env).call(env)
end