Skip to Content Skip to Search
v7.1.0
class ActiveSupport::Notifications::Fanout::Subscribers::EventObject < ActiveSupport::Notifications::Fanout::Subscribers::Evented
Methods
G
P

Public instance methods

group_class()

Permalink
Source code GitHub
# File activesupport/lib/active_support/notifications/fanout.rb, line 432
def group_class
  EventObjectGroup
end

publish_event(event)

Permalink
Source code GitHub
# File activesupport/lib/active_support/notifications/fanout.rb, line 436
def publish_event(event)
  @delegate.call event
end
Definition files