Method: Backup::Notifier::Mail#send_log_on

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

#send_log_onObject

Array of statuses for which the log file should be attached.

Available statuses are: ‘:success`, `:warning` and `:failure`. Default: [:warning, :failure]



131
132
133
# File 'lib/backup/notifier/mail.rb', line 131

def send_log_on
  @send_log_on
end