Module: Notifications

Defined in:
lib/notifications.rb,
lib/ruby-notifications/version.rb

Defined Under Namespace

Classes: Action, ActionList, CommandNotImplementedError, Notification, NotificationDaemonError, NotificationService, ObjectIntrospectionError

Constant Summary collapse

NOTIF_SERVICE =
'org.freedesktop.Notifications'
NOTIF_OBJECT =
'/org/freedesktop/Notifications'
VALID_CAPABILITIES =
[ 'action-icons', 'actions', 'body', 'body-hyperlinks', 'body-images',
'body-markup', 'icon-multi', 'icon-static', 'persistence', 'sound' ]
TIMEOUT =
5
VERSION =
"0.1.0"