Class: Backup::Configuration::Notifier::Prowl

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/configuration/notifier/prowl.rb

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #load_defaults!

Class Attribute Details

.api_keyObject

API-Key Create a Prowl account and request an API key on prowlapp.com.



17
18
19
# File 'lib/backup/configuration/notifier/prowl.rb', line 17

def api_key
  @api_key
end

.applicationObject

Application name Tell something like your server name. Example: “Server1 Backup”



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

def application
  @application
end