Class: MailHandler::Receiving::FileList::Filter::ByEmailRecipient

Inherits:
Email
  • Object
show all
Defined in:
lib/mailhandler/receiving/filelist/filter/email.rb

Overview

filter by email recipient

Instance Attribute Summary

Attributes inherited from Base

#fast_check, #files

Instance Method Summary collapse

Methods inherited from Base

#get

Constructor Details

#initialize(files, recipient) ⇒ ByEmailRecipient

Returns a new instance of ByEmailRecipient.



81
82
83
84
# File 'lib/mailhandler/receiving/filelist/filter/email.rb', line 81

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