Commit 3196f94a0d514d843e08a3f051c99a93dcb6c2f6
Committed by
Paulo Meireles
1 parent
6857f770
Exists in
master
and in
28 other branches
Remove configuration from service
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
plugins/mezuro/lib/kalibro/client/configuration_client.rb
| @@ -25,4 +25,7 @@ class Kalibro::Client::ConfigurationClient | @@ -25,4 +25,7 @@ class Kalibro::Client::ConfigurationClient | ||
| 25 | @port.request(:remove_configuration, {:configuration_name => configuration_name}) | 25 | @port.request(:remove_configuration, {:configuration_name => configuration_name}) |
| 26 | end | 26 | end |
| 27 | 27 | ||
| 28 | + def self.remove(configuration_name) | ||
| 29 | + new.remove(configuration_name) | ||
| 30 | + end | ||
| 28 | end | 31 | end |