Method: Crowbar::Client::App::Repository#list
- Defined in:
- lib/crowbar/client/app/repository.rb
#list ⇒ Object
72 73 74 75 76 77 78 |
# File 'lib/crowbar/client/app/repository.rb', line 72 def list Command::Repository::List.new( *command_params ).execute rescue => e catch_errors(e) end |