Method: Backup::Notifier::Ses#send_log_on
- Defined in:
- lib/backup/notifier/ses.rb
#send_log_on ⇒ Object
Array of statuses for which the log file should be attached.
Available statuses are: :success, :warning and :failure. Default: [:warning, :failure]
49 50 51 |
# File 'lib/backup/notifier/ses.rb', line 49 def send_log_on @send_log_on end |