Method: Fog::Compute::Bluebox::Server#destroy
- Defined in:
- lib/fog/bluebox/models/compute/server.rb
#destroy ⇒ Object
35 36 37 38 39 |
# File 'lib/fog/bluebox/models/compute/server.rb', line 35 def destroy requires :id connection.destroy_block(id) true end |