Class: AbsenteeCamper::ProwlNotifier
- Inherits:
-
Object
- Object
- AbsenteeCamper::ProwlNotifier
- Includes:
- Logger
- Defined in:
- lib/absentee_camper/prowl_notifier.rb
Instance Method Summary collapse
-
#initialize(api_key) ⇒ ProwlNotifier
constructor
A new instance of ProwlNotifier.
- #notify(message) ⇒ Object
Methods included from Logger
Constructor Details
#initialize(api_key) ⇒ ProwlNotifier
Returns a new instance of ProwlNotifier.
7 8 9 |
# File 'lib/absentee_camper/prowl_notifier.rb', line 7 def initialize(api_key) @api_key = api_key end |