Class: Notiffany::Notifier::File

Inherits:
Base
  • Object
show all
Defined in:
lib/notiffany/notifier/file.rb

Overview

Writes notifications to a file.

Constant Summary collapse

DEFAULTS =
{ format: "%s\n%s\n%s\n" }

Constants inherited from Base

Base::ERROR_ADD_GEM_AND_RUN_BUNDLE, Base::HOSTS

Instance Attribute Summary

Attributes inherited from Base

#options

Method Summary

Methods inherited from Base

#_image_path, #initialize, #name, #notify, #title

Constructor Details

This class inherits a constructor from Notiffany::Notifier::Base