Method: Fog::Rackspace::BlockStorage::Snapshot#destroy
- Defined in:
- lib/fog/rackspace/models/block_storage/snapshot.rb
permalink #destroy ⇒ Object
[View source]
38 39 40 41 42 |
# File 'lib/fog/rackspace/models/block_storage/snapshot.rb', line 38 def destroy requires :identity connection.delete_snapshot(identity) true end |