class ActiveSupport::Notifications::Fanout::Subscribers::EventObject    
        
        Inherits From
- 
          class
          
ActiveSupport::Notifications:: Fanout:: Subscribers:: Evented  
Public instance methods
Source code GitHub
# File activesupport/lib/active_support/notifications/fanout.rb, line 434
def group_class
  EventObjectGroup
end
            Source code GitHub
# File activesupport/lib/active_support/notifications/fanout.rb, line 438
def publish_event(event)
  @delegate.call event
end