Class: ImapMogura::DateMatcher
- Inherits:
-
SpecialFieldMatcher
- Object
- RuleElement
- FieldMatcher
- SpecialFieldMatcher
- ImapMogura::DateMatcher
- Defined in:
- lib/imap_mogura/rules_parser/rule_elements.rb
Instance Attribute Summary
Attributes inherited from FieldMatcher
Instance Method Summary collapse
Methods inherited from FieldMatcher
Constructor Details
This class inherits a constructor from ImapMogura::FieldMatcher
Instance Method Details
#match?(mail) ⇒ Boolean
123 124 125 126 |
# File 'lib/imap_mogura/rules_parser/rule_elements.rb', line 123 def match?(mail) # TODO: impl raise NotImplementedError end |