Class: SendGrid4r::REST::Settings::Mail::ForwardBounce
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Settings::Mail::ForwardBounce
- Defined in:
- lib/sendgrid4r/rest/settings/mail.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
43 44 45 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 43 def email @email end |
#enabled ⇒ Object
Returns the value of attribute enabled
43 44 45 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 43 def enabled @enabled end |