Class: Signum::NotificationDrawer::Component

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/signum/notification_drawer/component.rb

Instance Method Summary collapse

Constructor Details

#initialize(signals, notification_container_id) ⇒ Component

Returns a new instance of Component.



4
5
6
7
# File 'app/components/signum/notification_drawer/component.rb', line 4

def initialize(signals, notification_container_id)
  @signals = signals
  @notification_container_id = notification_container_id
end