Method: Backup::Notifier::Base#message
- Defined in:
- lib/backup/notifier/base.rb
#message {|Backup::Model, Hash| ... } ⇒ Object
Message to send. Depends on notifier implementation if this is used. Default: lambda returning: “#{ message } #{ model.label } (#{ model.trigger })”
46 47 48 |
# File 'lib/backup/notifier/base.rb', line 46 def @message end |