Class: GovukNotifyRails::Mailer

Inherits:
ActionMailer::Base
  • Object
show all
Defined in:
lib/govuk_notify_rails/mailer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#govuk_notify_email_reply_toObject

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_personalisationObject

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_referenceObject

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_templateObject

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