Class: VagrantPlugins::Skytap::Connection::PublishedServiceChoice::UseExecution

Inherits:
PublishedServiceExecution show all
Defined in:
lib/vagrant-skytap/connection/published_service_choice.rb

Instance Attribute Summary

Attributes inherited from PublishedServiceExecution

#service

Attributes inherited from Execution

#env, #iface

Instance Method Summary collapse

Methods inherited from PublishedServiceExecution

#initialize, make, #message

Methods inherited from Execution

#initialize, #make, #message

Constructor Details

This class inherits a constructor from VagrantPlugins::Skytap::Connection::PublishedServiceChoice::PublishedServiceExecution

Instance Method Details

#executeObject



83
84
85
# File 'lib/vagrant-skytap/connection/published_service_choice.rb', line 83

def execute
  # No-op
end

#verbObject



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