Class: SendGrid4r::REST::Bounces::Bounce

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/bounces.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



10
11
12
# File 'lib/sendgrid4r/rest/bounces.rb', line 10

def created
  @created
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



10
11
12
# File 'lib/sendgrid4r/rest/bounces.rb', line 10

def email
  @email
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



10
11
12
# File 'lib/sendgrid4r/rest/bounces.rb', line 10

def reason
  @reason
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/sendgrid4r/rest/bounces.rb', line 10

def status
  @status
end