Class: Autoreply::Scanner::Headers

Inherits:
Base
  • Object
show all
Defined in:
lib/autoreply/scanner/headers.rb

Defined Under Namespace

Classes: Base, ByExistance, ByValue

Instance Attribute Summary

Attributes inherited from Base

#mail

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Autoreply::Scanner::Base

Instance Method Details

#autoreply?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/autoreply/scanner/headers.rb', line 3

def autoreply?
  headers_by_existance.autoreply? || headers_by_value.autoreply?
end