# File lib/travis/client/entity.rb, line 143
      def include?(key)
        attributes.include? key or attribute_names.include? key.to_s
      end