Method: Fog::Compute::CloudSigma::Snapshot#destroy
- Defined in:
- lib/fog/cloudsigma/models/snapshot.rb
#destroy ⇒ Object Also known as: delete
50 51 52 53 54 55 56 |
# File 'lib/fog/cloudsigma/models/snapshot.rb', line 50 def destroy requires :identity service.delete_snapshot(identity) true end |