Method: Crowbar::Client::App::Repository#activate_all
- Defined in:
- lib/crowbar/client/app/repository.rb
#activate_all ⇒ Object
108 109 110 111 112 113 114 |
# File 'lib/crowbar/client/app/repository.rb', line 108 def activate_all Command::Repository::ActivateAll.new( *command_params ).execute rescue => e catch_errors(e) end |