# File lib/fog/ibm/requests/storage/get_volume.rb, line 14 def get_volume(volume_id) request( :method => 'GET', :expects => 200, :path => "/storage/#{volume_id}" ) end