Class: VagrantPlugins::Skytap::Connection::PublishedServiceChoice::UseExecution
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
83
84
85
|
# File 'lib/vagrant-skytap/connection/published_service_choice.rb', line 83
def execute
end
|
79
80
81
|
# File 'lib/vagrant-skytap/connection/published_service_choice.rb', line 79
def verb
I18n.t("vagrant_skytap.connections.published_service.verb_use")
end
|