# File lib/fog/profitbricks/requests/compute/get_location.rb, line 21 def get_location(location_id) request( :expects => [200], :method => 'GET', :path => "/locations/#{location_id}?depth=5" ) end