class Autoreply::Scanner::Base
Attributes
mail[R]
Public Class Methods
new(mail)
click to toggle source
# File lib/autoreply/scanner/base.rb, line 5 def initialize(mail) @mail = mail end
Public Instance Methods
autoreply?()
click to toggle source
# File lib/autoreply/scanner/base.rb, line 9 def autoreply? raise NotImplementedError end