Method: LogMaster::Notifier#create_subject
- Defined in:
- lib/log_master/notifier.rb
#create_subject ⇒ Object
20 21 22 |
# File 'lib/log_master/notifier.rb', line 20 def create_subject @configuration.title + (@status ? " SUCCESSFUL" : " FAILED") end |