# File lib/riddle/client/filter.rb, line 8
      def initialize(attribute, values, exclude=false)
        @attribute, @values, @exclude = attribute, values, exclude
      end