# File lib/fog/openstack/requests/volume/get_volume_details.rb, line 6 def get_volume_details(volume_id) request( :expects => 200, :method => 'GET', :path => "volumes/#{volume_id}" ) end