Class: GovukNotifyRails::Mailer
- Inherits:
-
ActionMailer::Base
- Object
- ActionMailer::Base
- GovukNotifyRails::Mailer
- Defined in:
- lib/govuk_notify_rails/mailer.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_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/mailer.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.
7 8 9 |
# File 'lib/govuk_notify_rails/mailer.rb', line 7 def govuk_notify_personalisation @govuk_notify_personalisation end |
#govuk_notify_reference ⇒ Object
Returns the value of attribute govuk_notify_reference.
6 7 8 |
# File 'lib/govuk_notify_rails/mailer.rb', line 6 def govuk_notify_reference @govuk_notify_reference end |
#govuk_notify_template ⇒ Object
Returns the value of attribute govuk_notify_template.
5 6 7 |
# File 'lib/govuk_notify_rails/mailer.rb', line 5 def govuk_notify_template @govuk_notify_template end |