Class: ActiveSupport::Notifications::Fanout::Subscribers::EventObject
Instance Attribute Summary
Attributes inherited from Evented
#delegate, #pattern, #silenceable
Instance Method Summary collapse
Methods inherited from Evented
#initialize, #publish, #silenced?, #subscribed_to?, #unsubscribe!
Constructor Details
This class inherits a constructor from ActiveSupport::Notifications::Fanout::Subscribers::Evented
Instance Method Details
#group_class ⇒ Object
435 436 437 |
# File 'lib/active_support/notifications/fanout.rb', line 435 def group_class EventObjectGroup end |
#publish_event(event) ⇒ Object
439 440 441 |
# File 'lib/active_support/notifications/fanout.rb', line 439 def publish_event(event) @delegate.call event end |