class Date < Rule
    def initialize(type: ::Date, from: nil, to: nil, **args)
      @from = from
      @to = to
      super