Class: Mail::Message
- Inherits:
-
Object
- Object
- Mail::Message
- Defined in:
- lib/govuk_notify_rails/mail_ext.rb
Instance Attribute Summary collapse
-
#govuk_notify_email_reply_to ⇒ Object
Returns the value of attribute govuk_notify_email_reply_to.
-
#govuk_notify_personalisation ⇒ Object
Returns the value of attribute govuk_notify_personalisation.
-
#govuk_notify_reference ⇒ Object
Returns the value of attribute govuk_notify_reference.
-
#govuk_notify_response ⇒ Object
Returns the value of attribute govuk_notify_response.
-
#govuk_notify_responses ⇒ Object
Returns the value of attribute govuk_notify_responses.
-
#govuk_notify_template ⇒ Object
Returns the value of attribute govuk_notify_template.
Instance Attribute Details
#govuk_notify_email_reply_to ⇒ Object
Returns the value of attribute govuk_notify_email_reply_to.
8 9 10 |
# File 'lib/govuk_notify_rails/mail_ext.rb', line 8 def govuk_notify_email_reply_to @govuk_notify_email_reply_to end |
#govuk_notify_personalisation ⇒ Object
Returns the value of attribute govuk_notify_personalisation.
5 6 7 |
# File 'lib/govuk_notify_rails/mail_ext.rb', line 5 def govuk_notify_personalisation @govuk_notify_personalisation end |
#govuk_notify_reference ⇒ Object
Returns the value of attribute govuk_notify_reference.
4 5 6 |
# File 'lib/govuk_notify_rails/mail_ext.rb', line 4 def govuk_notify_reference @govuk_notify_reference end |
#govuk_notify_response ⇒ Object
Returns the value of attribute govuk_notify_response.
6 7 8 |
# File 'lib/govuk_notify_rails/mail_ext.rb', line 6 def govuk_notify_response @govuk_notify_response end |
#govuk_notify_responses ⇒ Object
Returns the value of attribute govuk_notify_responses.
7 8 9 |
# File 'lib/govuk_notify_rails/mail_ext.rb', line 7 def govuk_notify_responses @govuk_notify_responses end |
#govuk_notify_template ⇒ Object
Returns the value of attribute govuk_notify_template.
3 4 5 |
# File 'lib/govuk_notify_rails/mail_ext.rb', line 3 def govuk_notify_template @govuk_notify_template end |