# File lib/fog/openstack/models/volume/volume.rb, line 22definitialize(attributes)
# Old 'connection' is renamed as service and should be used insteadprepare_service_value(attributes)
superend
Public Instance Methods
destroy()click to toggle source
# File lib/fog/openstack/models/volume/volume.rb, line 35defdestroyrequires:idservice.delete_volume(id)
trueend