Class: ActiveSupport::Notifications::Fanout::Subscribers::EventObject
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Evented
|
|
Instance Chain:
self,
Evented
|
|
Inherits: |
ActiveSupport::Notifications::Fanout::Subscribers::Evented
|
Defined in: | activesupport/lib/active_support/notifications/fanout.rb |
Class Method Summary
Instance Attribute Summary
Evented
- Inherited
Instance Method Summary
Evented
- Inherited
Constructor Details
This class inherits a constructor from ActiveSupport::Notifications::Fanout::Subscribers::Evented
Instance Method Details
#group_class
[ GitHub ]# File 'activesupport/lib/active_support/notifications/fanout.rb', line 434
def group_class EventObjectGroup end
#publish_event(event)
[ GitHub ]# File 'activesupport/lib/active_support/notifications/fanout.rb', line 438
def publish_event(event) @delegate.call event end