Parent

Methods

Class/Module Index [+]

Quicksearch

Backup::Notifier::Prowl

Attributes

api_key[RW]

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

application[RW]

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

Public Class Methods

new(model, &block) click to toggle source
# File lib/backup/notifier/prowl.rb, line 20
def initialize(model, &block)
  super(model)

  instance_eval(&block) if block_given?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.