Method: Fog::Compute::Libvirt::Volume#destroy

Defined in:
lib/fog/libvirt/models/compute/volume.rb

#destroyObject

Destroy a volume



117
118
119
120
121
# File 'lib/fog/libvirt/models/compute/volume.rb', line 117

def destroy
  requires :raw
  raw.delete
  true
end