Method: Backup::Notifier::Ses#send_log_on

Defined in:
lib/backup/notifier/ses.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]



37
38
39
# File 'lib/backup/notifier/ses.rb', line 37

def send_log_on
  @send_log_on
end