# File lib/fog/ibm/models/compute/locations.rb, line 16
        def get(location_id)
          begin
            new(service.get_location(location_id).body)
          rescue Fog::Compute::IBM::NotFound
            nil
          end
        end