Class: Vagrant::Command::SSHCommand
- Defined in:
- lib/vagrant/command/ssh.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Helpers
#initialize_environment, #target_vms
Constructor Details
This class inherits a constructor from Vagrant::Command::Base
Instance Method Details
#execute ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/vagrant/command/ssh.rb', line 7 def execute if [:execute] ssh_execute else ssh_connect end end |