Parent

Methods

Class/Module Index [+]

Quicksearch

Backup::Notifier::Pushover

Attributes

device[RW]

The user's device identifier to sent he message directly to that device rather than all of the user's devices

priority[RW]

The priority of the notification

title[RW]

The message title

token[RW]

The API Application Token

user[RW]

The API User Token

Public Class Methods

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

  instance_eval(&block) if block_given?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.