# File lib/fog/profitbricks/models/compute/locations.rb, line 17
        def get(id)
          location = service.get_location(id).body

          new(flatten(location))
        end