# File lib/fog/profitbricks/models/compute/regions.rb, line 13 def get(id) region = service.get_location(id).body["getLocationResponse"] new(region) end