# File lib/fog/openstack/models/volume/volume.rb, line 24definitialize(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 37defdestroyrequires:idservice.delete_volume(id)
trueend