Class: Posthaste::SuppressionInfo
- Inherits:
-
Struct
- Object
- Struct
- Posthaste::SuppressionInfo
- Defined in:
- lib/posthaste/errors.rb
Overview
Why a recipient stopped receiving mail. Read off a SuppressedError.
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
37 38 39 |
# File 'lib/posthaste/errors.rb', line 37 def address @address end |
#reason ⇒ Object
Returns the value of attribute reason
37 38 39 |
# File 'lib/posthaste/errors.rb', line 37 def reason @reason end |