Method: Backup::Notifier::Command#command

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

#commandObject

Command to execute.

Make sure it is accessible from your $PATH, or provide the absolute path to the command.



12
13
14
# File 'lib/backup/notifier/command.rb', line 12

def command
  @command
end