Class: PublishedServiceChoice::UseServiceExecution

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



55
56
57
# File 'lib/vagrant-skytap/api/published_service.rb', line 55

def execute
  # No-op
end

#messageObject



51
52
53
# File 'lib/vagrant-skytap/api/published_service.rb', line 51

def message
  "Use published service #{service.external_ip}:#{service.external_port}"
end