Class: ActiveSupport::Notifications::Fanout::Subscribers::Timed
- Defined in:
 - activesupport/lib/active_support/notifications/fanout.rb
 
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Evented
#delegate, #pattern, #silenceable
Instance Method Summary collapse
Methods inherited from Evented
#initialize, #publish_event, #silenced?, #subscribed_to?, #unsubscribe!
Constructor Details
This class inherits a constructor from ActiveSupport::Notifications::Fanout::Subscribers::Evented
Instance Method Details
#group_class ⇒ Object
      418 419 420  | 
    
      # File 'activesupport/lib/active_support/notifications/fanout.rb', line 418 def group_class TimedGroup end  | 
  
#publish(name, *args) ⇒ Object
      422 423 424  | 
    
      # File 'activesupport/lib/active_support/notifications/fanout.rb', line 422 def publish(name, *args) @delegate.call name, *args end  |