Class: Notiffany::Notifier::Notifu

Inherits:
Base
  • Object
show all
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):

Examples:

Add the ‘rb-notifu` gem to your `Gemfile`

group :development
  gem 'rb-notifu'
end

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

#options

Method Summary

Methods inherited from Base

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

Constructor Details

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