Class: Sespool::Bounce::Recipient

Inherits:
Struct
  • Object
show all
Defined in:
lib/sespool/bounce.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



53
54
55
# File 'lib/sespool/bounce.rb', line 53

def action
  @action
end

#diagnostic_codeObject

Returns the value of attribute diagnostic_code

Returns:

  • (Object)

    the current value of diagnostic_code



53
54
55
# File 'lib/sespool/bounce.rb', line 53

def diagnostic_code
  @diagnostic_code
end

#email_addressObject

Returns the value of attribute email_address

Returns:

  • (Object)

    the current value of email_address



53
54
55
# File 'lib/sespool/bounce.rb', line 53

def email_address
  @email_address
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



53
54
55
# File 'lib/sespool/bounce.rb', line 53

def status
  @status
end