Class: Brightbytes::Sendgrid::Config::UnsubscribeConfig
- Inherits:
-
Struct
- Object
- Struct
- Brightbytes::Sendgrid::Config::UnsubscribeConfig
- Defined in:
- lib/brightbytes/sendgrid/config.rb
Overview
Unsubscribe default settings storage
Instance Attribute Summary collapse
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#html_message ⇒ Object
Returns the value of attribute html_message.
-
#link_text ⇒ Object
Returns the value of attribute link_text.
-
#text_message ⇒ Object
Returns the value of attribute text_message.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#categories ⇒ Object
Returns the value of attribute categories
20 21 22 |
# File 'lib/brightbytes/sendgrid/config.rb', line 20 def categories @categories end |
#html_message ⇒ Object
Returns the value of attribute html_message
20 21 22 |
# File 'lib/brightbytes/sendgrid/config.rb', line 20 def @html_message end |
#link_text ⇒ Object
Returns the value of attribute link_text
20 21 22 |
# File 'lib/brightbytes/sendgrid/config.rb', line 20 def link_text @link_text end |
#text_message ⇒ Object
Returns the value of attribute text_message
20 21 22 |
# File 'lib/brightbytes/sendgrid/config.rb', line 20 def @text_message end |
#url ⇒ Object
Returns the value of attribute url
20 21 22 |
# File 'lib/brightbytes/sendgrid/config.rb', line 20 def url @url end |