Backup::Notifier::Base
The user's device identifier to sent he message directly to that device rather than all of the user's devices
The priority of the notification
The message title
The API Application Token
The API User Token
# 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.