# File lib/travis/client/entity.rb, line 32
      def self.one(key = nil)
        MAP[key.to_s] = self if key
        @one ||= key.to_s
      end