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