Class: MailHandler::Receiving::FileList::Filter::ByDate::BaseDate

Inherits:
MailHandler::Receiving::FileList::Filter::Base show all
Defined in:
lib/mailhandler/receiving/filelist/filter/base.rb

Overview

filter files by date

Direct Known Subclasses

Since

Instance Attribute Summary

Attributes inherited from MailHandler::Receiving::FileList::Filter::Base

#fast_check, #files

Instance Method Summary collapse

Methods inherited from MailHandler::Receiving::FileList::Filter::Base

#get

Constructor Details

#initialize(files, date) ⇒ BaseDate

Returns a new instance of BaseDate.



46
47
48
49
# File 'lib/mailhandler/receiving/filelist/filter/base.rb', line 46

def initialize(files, date)
  super(files)
  @date = date
end