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