Module: Mail::Notify::Message

Defined in:
lib/mail/notify/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#personalisationObject

Returns the value of attribute personalisation.



6
7
8
# File 'lib/mail/notify/message.rb', line 6

def personalisation
  @personalisation
end

#referenceObject

Returns the value of attribute reference.



6
7
8
# File 'lib/mail/notify/message.rb', line 6

def reference
  @reference
end

#reply_to_idObject

Returns the value of attribute reply_to_id.



6
7
8
# File 'lib/mail/notify/message.rb', line 6

def reply_to_id
  @reply_to_id
end

#template_idObject

Returns the value of attribute template_id.



6
7
8
# File 'lib/mail/notify/message.rb', line 6

def template_id
  @template_id
end