Class: SendGrid4r::REST::Settings::Mail::ForwardSpam
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Settings::Mail::ForwardSpam
- 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
50 51 52 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 50 def email @email end |
#enabled ⇒ Object
Returns the value of attribute enabled
50 51 52 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 50 def enabled @enabled end |