Class: SendGrid4r::REST::Settings::Mail::BouncePurge
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Settings::Mail::BouncePurge
- Defined in:
- lib/sendgrid4r/rest/settings/mail.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#hard_bounces ⇒ Object
Returns the value of attribute hard_bounces.
-
#soft_bounces ⇒ Object
Returns the value of attribute soft_bounces.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
25 26 27 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 25 def enabled @enabled end |
#hard_bounces ⇒ Object
Returns the value of attribute hard_bounces
25 26 27 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 25 def hard_bounces @hard_bounces end |
#soft_bounces ⇒ Object
Returns the value of attribute soft_bounces
25 26 27 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 25 def soft_bounces @soft_bounces end |