Sha256: 9e21101ee36e513868b71970bb88f89a0f6589a88845ac4d0a8d876b70c21087
Contents?: true
Size: 462 Bytes
Versions: 5
Compression:
Stored size: 462 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Notifier class Prowl < Base class << self ## # Application name # Tell something like your server name. Example: "Server1 Backup" attr_accessor :application ## # API-Key # Create a Prowl account and request an API key on prowlapp.com. attr_accessor :api_key end end end end end
Version data entries
5 entries across 5 versions & 2 rubygems