Class: Mail::Message

Inherits:
Object
  • Object
show all
Defined in:
lib/govuk_notify_rails/mail_ext.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/mail_ext.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.



5
6
7
# File 'lib/govuk_notify_rails/mail_ext.rb', line 5

def govuk_notify_personalisation
  @govuk_notify_personalisation
end

#govuk_notify_referenceObject

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_responseObject

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_responsesObject

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_templateObject

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