Class: Notiffany::Notifier::Notifu
- Defined in:
- lib/notiffany/notifier/rb_notifu.rb
Overview
System notifications using the [rb-notifu](github.com/stereobooster/rb-notifu) gem.
This gem is available for Windows and sends system notifications to [Notifu](www.paralint.com/projects/notifu/index.html):
Constant Summary collapse
- DEFAULTS =
Default options for the rb-notifu notifications.
{ time: 3, icon: false, baloon: false, nosound: false, noquiet: false, xp: false }
Constants inherited from Base
Base::ERROR_ADD_GEM_AND_RUN_BUNDLE, Base::HOSTS
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#_image_path, #initialize, #name, #notify, #title
Constructor Details
This class inherits a constructor from Notiffany::Notifier::Base