Class: VagrantPlugins::Skytap::Connection::VpnChoice::ConnectAndUseExecution

Inherits:
VPNAttachmentExecution show all
Defined in:
lib/vagrant-skytap/connection/vpn_choice.rb

Instance Attribute Summary

Attributes inherited from VPNAttachmentExecution

#attachment, #vpn

Attributes inherited from Execution

#env, #iface

Instance Method Summary collapse

Methods inherited from VPNAttachmentExecution

#initialize, make, #message

Methods inherited from Execution

#initialize, #make, #message

Constructor Details

This class inherits a constructor from VagrantPlugins::Skytap::Connection::VpnChoice::VPNAttachmentExecution

Instance Method Details

#executeObject



114
115
116
# File 'lib/vagrant-skytap/connection/vpn_choice.rb', line 114

def execute
  attachment.connect!
end

#verbObject



110
111
112
# File 'lib/vagrant-skytap/connection/vpn_choice.rb', line 110

def verb
  I18n.t("vagrant_skytap.connections.vpn_attachment.verb_connect")
end