Class: Loco::NotificationCenter

Inherits:
Object
  • Object
show all
Includes:
Emitter
Defined in:
lib/generators/loco/notification_center/templates/services/loco/notification_center.rb

Instance Method Summary collapse

Methods included from Emitter

#add_hub, #del_hub, #emit, #emit_to, #get_hub

Instance Method Details

#received_signal(permissions, data) ⇒ Object



7
8
9
# File 'lib/generators/loco/notification_center/templates/services/loco/notification_center.rb', line 7

def received_signal permissions, data
  # handle signals here
end