Class: VagrantPlugins::ArubaCloud::Command::Templates
- Inherits:
-
Object
- Object
- VagrantPlugins::ArubaCloud::Command::Templates
- Defined in:
- lib/vagrant-arubacloud/command/templates.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/vagrant-arubacloud/command/templates.rb', line 5 def execute = {} opts = OptionParser.new do |o| o. = 'Usage: vagrant arubacloud templates [options]' end argv = (opts) return unless argv with_target_vms(argv, :provider => :arubacloud) do |machine| machine.action('list_templates') end end |