Class: VpnChoice::ConnectAttachmentExecution

Inherits:
AttachmentExecution show all
Defined in:
lib/vagrant-skytap/api/vpn.rb

Instance Attribute Summary

Attributes inherited from AttachmentExecution

#attachment, #env, #iface, #vpn

Instance Method Summary collapse

Methods inherited from AttachmentExecution

#initialize, make

Constructor Details

This class inherits a constructor from VpnChoice::AttachmentExecution

Instance Method Details

#executeObject



91
92
93
# File 'lib/vagrant-skytap/api/vpn.rb', line 91

def execute
  attachment.connect!
end

#verbObject



87
88
89
# File 'lib/vagrant-skytap/api/vpn.rb', line 87

def verb
  'Connect to and use'
end