Method: Backup::Notifier::Base#on_success

Defined in:
lib/backup/notifier/base.rb

#on_successObject Also known as: notify_on_success?

When set to true, the user will be notified by email when a backup process ends without raising any exceptions



14
15
16
# File 'lib/backup/notifier/base.rb', line 14

def on_success
  @on_success
end