Class: Gaptool::DelserviceCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/gaptool-client.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



301
302
303
# File 'lib/gaptool-client.rb', line 301

def execute
  puts $api.deleteservice(role, environment, name)
end