Class: ActiveSupport::Notifications::Fanout::Subscribers::EventObject
| Relationships & Source Files | |
| Inherits: | ActiveSupport::Notifications::Fanout::Subscribers::Evented 
 | 
| Defined in: | activesupport/lib/active_support/notifications/fanout.rb | 
Instance Method Summary
Instance Method Details
#group_class
[ GitHub ]# File 'activesupport/lib/active_support/notifications/fanout.rb', line 435
def group_class EventObjectGroup end
#publish_event(event)
[ GitHub ]# File 'activesupport/lib/active_support/notifications/fanout.rb', line 439
def publish_event(event) @delegate.call event end