Class: VagrantPlugins::Skytap::Connection::VpnChoice::UseExecution
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
104
105
106
|
# File 'lib/vagrant-skytap/connection/vpn_choice.rb', line 104
def execute
end
|
100
101
102
|
# File 'lib/vagrant-skytap/connection/vpn_choice.rb', line 100
def verb
I18n.t("vagrant_skytap.connections.vpn_attachment.verb_use")
end
|