Class: PublicIpChoice::AttachAndUseExecution
- Inherits:
-
AttachmentExecution
- Object
- AttachmentExecution
- PublicIpChoice::AttachAndUseExecution
- Defined in:
- lib/vagrant-skytap/api/public_ip.rb
Instance Attribute Summary
Attributes inherited from AttachmentExecution
Instance Method Summary collapse
Methods inherited from AttachmentExecution
Constructor Details
This class inherits a constructor from PublicIpChoice::AttachmentExecution
Instance Method Details
permalink #execute ⇒ Object
[View source]
69 70 71 |
# File 'lib/vagrant-skytap/api/public_ip.rb', line 69 def execute iface.attach_public_ip(ip) end |
permalink #verb ⇒ Object
[View source]
65 66 67 |
# File 'lib/vagrant-skytap/api/public_ip.rb', line 65 def verb 'Attach and use' end |