Class: VagrantPlugins::Skytap::Connection::PublicIpChoice::UseExecution

Inherits:
PublicIpAttachmentExecution show all
Defined in:
lib/vagrant-skytap/connection/public_ip_choice.rb

Instance Attribute Summary

Attributes inherited from PublicIpAttachmentExecution

#ip

Attributes inherited from Execution

#env, #iface

Instance Method Summary collapse

Methods inherited from PublicIpAttachmentExecution

#initialize, make, #message

Methods inherited from Execution

#initialize, #make, #message

Constructor Details

This class inherits a constructor from VagrantPlugins::Skytap::Connection::PublicIpChoice::PublicIpAttachmentExecution

Instance Method Details

#executeObject



77
78
79
# File 'lib/vagrant-skytap/connection/public_ip_choice.rb', line 77

def execute
  # No-op
end

#verbObject



73
74
75
# File 'lib/vagrant-skytap/connection/public_ip_choice.rb', line 73

def verb
  I18n.t("vagrant_skytap.connections.public_ip.verb_use")
end