Class: VagrantPlugins::Skytap::Connection::TunnelChoice::CreateAndUseExecution
Instance Attribute Summary
#guest_network, #host_network
Attributes inherited from Execution
#env, #iface
Instance Method Summary
collapse
#initialize, make, #message
Methods inherited from Execution
#initialize, #make, #message
Instance Method Details
108
109
110
|
# File 'lib/vagrant-skytap/connection/tunnel_choice.rb', line 108
def execute
guest_network.connect_to_network(host_network)
end
|
104
105
106
|
# File 'lib/vagrant-skytap/connection/tunnel_choice.rb', line 104
def verb
I18n.t("vagrant_skytap.connections.tunnel.verb_create_and_use")
end
|