Class: EvilEvents::Core::Events::Notifier::Abstract Private
- Inherits:
-
Object
- Object
- EvilEvents::Core::Events::Notifier::Abstract
- Defined in:
- lib/evil_events/core/events/notifier/abstract.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(**options) ⇒ Abstract
constructor
private
A new instance of Abstract.
- #notify(manager, event) ⇒ Object private
- #restart! ⇒ Object private
- #shutdown! ⇒ Object private
Constructor Details
#initialize(**options) ⇒ Abstract
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Abstract.
10 |
# File 'lib/evil_events/core/events/notifier/abstract.rb', line 10 def initialize(**); end |
Instance Method Details
#notify(manager, event) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 |
# File 'lib/evil_events/core/events/notifier/abstract.rb', line 17 def notify(manager, event); end |
#restart! ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
21 |
# File 'lib/evil_events/core/events/notifier/abstract.rb', line 21 def restart!; end |
#shutdown! ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
25 |
# File 'lib/evil_events/core/events/notifier/abstract.rb', line 25 def shutdown!; end |