Class: Posthaste::SuppressionInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/posthaste/errors.rb

Overview

Why a recipient stopped receiving mail. Read off a SuppressedError.

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



37
38
39
# File 'lib/posthaste/errors.rb', line 37

def address
  @address
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



37
38
39
# File 'lib/posthaste/errors.rb', line 37

def reason
  @reason
end