Class: Wamp::Manager::WelcomeEvent
- Defined in:
- lib/wamp/manager/hello_event.rb
Overview
Welcome Event
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#auth, #authenticate, constantize, demodulize, #initialize, instance_from, #on_message, #run, #transmit
Constructor Details
This class inherits a constructor from Wamp::Manager::Base
Instance Method Details
#emit_event(_message) ⇒ Object
61 62 63 |
# File 'lib/wamp/manager/hello_event.rb', line 61 def emit_event() session.emit(emit_event_name, @session) end |
#emit_event_name ⇒ Object
57 58 59 |
# File 'lib/wamp/manager/hello_event.rb', line 57 def emit_event_name :join end |