Class: VagrantPlugins::Skytap::Connection::VpnChoice::UseExecution

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



104
105
106
# File 'lib/vagrant-skytap/connection/vpn_choice.rb', line 104

def execute
  # No-op
end

#verbObject



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