Class: PublishedServiceChoice::CreateAndUseServiceExecution

Inherits:
ServiceExecution show all
Defined in:
lib/vagrant-skytap/api/published_service.rb

Instance Attribute Summary

Attributes inherited from ServiceExecution

#env, #iface, #service

Instance Method Summary collapse

Methods inherited from ServiceExecution

#initialize, make

Constructor Details

This class inherits a constructor from PublishedServiceChoice::ServiceExecution

Instance Method Details

#executeObject



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

#messageObject



61
62
63
# File 'lib/vagrant-skytap/api/published_service.rb', line 61

def message
  'Create and use published service'
end