Class: VagrantPlugins::Skytap::Connection::VpnChoice::ConnectAndUseExecution
Instance Attribute Summary
#attachment, #vpn
Attributes inherited from Execution
#env, #iface
Instance Method Summary
collapse
#initialize, make, #message
Methods inherited from Execution
#initialize, #make, #message
Instance Method Details
114
115
116
|
# File 'lib/vagrant-skytap/connection/vpn_choice.rb', line 114
def execute
attachment.connect!
end
|
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
|