A leveled notifier is comparable to the composite group from CompositeNotifier#notifiers.
Methods
Included Modules
Attributes
| [R] | level | The current level of this notifier object |
Class Public methods
new(base, level, prefix) Link
Create a new leveled notifier with the given base, and prefix to send to AbstractNotifier.new
The given level is used to compare other leveled notifiers in the CompositeNotifier group to determine whether or not to output notifications.
Instance Public methods
<=>(other) Link
Compares the level of this notifier object with the given other notifier.
See the Comparable module for more information.