Class: Crowbar::Client::App::Barclamp

Inherits:
Base
  • Object
show all
Defined in:
lib/crowbar/client/app/barclamp.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Crowbar::Client::App::Base

Instance Method Details

#listObject



67
68
69
70
71
72
73
# File 'lib/crowbar/client/app/barclamp.rb', line 67

def list
  Command::Barclamp::List.new(
    *command_params
  ).execute
rescue SimpleCatchableError => e
  err e.message, 1
end