Class: VpnChoice::UseAttachmentExecution

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



81
82
83
# File 'lib/vagrant-skytap/api/vpn.rb', line 81

def execute
  # No-op
end

#verbObject



77
78
79
# File 'lib/vagrant-skytap/api/vpn.rb', line 77

def verb
  'Use'
end