# File lib/fog/bluebox/models/compute/locations.rb, line 17
        def get(location_id)
          response = connection.get_location(location_id)
          new(response.body)
        rescue Fog::Compute::Bluebox::NotFound
          nil
        end