Method: MessagePub::Notification#subject

Defined in:
lib/messagepub/notification.rb

#subjectObject

The subject of the message to send (for emails only)



11
12
13
# File 'lib/messagepub/notification.rb', line 11

def subject
  @subject
end