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