class Integer < Rule
    def initialize(type: ::Integer, min: nil, max: nil, **args)
      @min = min
      @max = max
      super