# File lib/travis/client/entity.rb, line 161
      def complete?
        attribute_names.all? { |key| attributes.include? key }
      end