Class: Gaptool::DelserviceCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Gaptool::DelserviceCommand
- Defined in:
- lib/gaptool-client.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
301 302 303 |
# File 'lib/gaptool-client.rb', line 301 def execute puts $api.deleteservice(role, environment, name) end |