Class: SendGrid4r::REST::Settings::Mail::BouncePurge

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

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



25
26
27
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 25

def enabled
  @enabled
end

#hard_bouncesObject

Returns the value of attribute hard_bounces

Returns:

  • (Object)

    the current value of hard_bounces



25
26
27
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 25

def hard_bounces
  @hard_bounces
end

#soft_bouncesObject

Returns the value of attribute soft_bounces

Returns:

  • (Object)

    the current value of soft_bounces



25
26
27
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 25

def soft_bounces
  @soft_bounces
end