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