Class: Wamp::MessageHandler::Welcome
- Defined in:
- lib/wamp/message_handler/welcome.rb
Overview
Welcome
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Wamp::MessageHandler::Base
Instance Method Details
#handle ⇒ Object
7 8 9 |
# File 'lib/wamp/message_handler/welcome.rb', line 7 def handle connection.executor&.call(connection.api) end |