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