Class: VagrantPlugins::Skytap::Connection::PublishedServiceChoice::CreateAndUseExecution
Instance Attribute Summary
#service
Attributes inherited from Execution
#env, #iface
Instance Method Summary
collapse
#initialize, make, #message
Methods inherited from Execution
#initialize, #make, #message
Instance Method Details
93
94
95
|
# File 'lib/vagrant-skytap/connection/published_service_choice.rb', line 93
def execute
@service = iface.create_published_service(DEFAULT_PORT)
end
|
89
90
91
|
# File 'lib/vagrant-skytap/connection/published_service_choice.rb', line 89
def verb
I18n.t("vagrant_skytap.connections.published_service.verb_create_and_use")
end
|