Method: Fog::Compute::Brightbox::Server#destroy
- Defined in:
- lib/fog/brightbox/models/compute/server.rb
#destroy ⇒ Object
94 95 96 97 98 |
# File 'lib/fog/brightbox/models/compute/server.rb', line 94 def destroy requires :identity connection.destroy_server(identity) true end |