Class: PublishedServiceChoice::CreateAndUseServiceExecution
- Inherits:
-
ServiceExecution
- Object
- ServiceExecution
- PublishedServiceChoice::CreateAndUseServiceExecution
- Defined in:
- lib/vagrant-skytap/api/published_service.rb
Instance Attribute Summary
Attributes inherited from ServiceExecution
Instance Method Summary collapse
Methods inherited from ServiceExecution
Constructor Details
This class inherits a constructor from PublishedServiceChoice::ServiceExecution
Instance Method Details
#execute ⇒ Object
65 66 67 |
# File 'lib/vagrant-skytap/api/published_service.rb', line 65 def execute @service = iface.create_published_service(22) #TODO:NLA Use constant end |
#message ⇒ Object
61 62 63 |
# File 'lib/vagrant-skytap/api/published_service.rb', line 61 def 'Create and use published service' end |