Method: MessagePub::Notification#subject
- Defined in:
- lib/messagepub/notification.rb
#subject ⇒ Object
The subject of the message to send (for emails only)
11 12 13 |
# File 'lib/messagepub/notification.rb', line 11 def subject @subject end |