# File lib/fog/ibm/requests/compute/get_location.rb, line 25 def get_location(location_id) request( :method => 'GET', :expects => 200, :path => "/locations/#{location_id}" ) end