Class: SendGrid4r::REST::Settings::Mail::Footer
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Settings::Mail::Footer
- 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.
-
#plain_content ⇒ Object
Returns the value of attribute plain_content.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
34 35 36 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 34 def enabled @enabled end |
#html_content ⇒ Object
Returns the value of attribute html_content
34 35 36 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 34 def html_content @html_content end |
#plain_content ⇒ Object
Returns the value of attribute plain_content
34 35 36 |
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 34 def plain_content @plain_content end |