Class: Crowbar::Client::App::Barclamp
- Defined in:
- lib/crowbar/client/app/barclamp.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Crowbar::Client::App::Base
Instance Method Details
#list ⇒ Object
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., 1 end |