# File lib/travis/client/entity.rb, line 133
      def [](key)
        key = key.to_s
        send(key) if include? key
      end