Backup::Notifier::Base
The user’s device identifier to sent the message directly to, 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 28 def initialize(model, &block) super instance_eval(&block) if block_given? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.