Class: Wamp::MessageHandler::Welcome

Inherits:
Base
  • Object
show all
Defined in:
lib/wamp/message_handler/welcome.rb

Overview

Welcome

Instance Attribute Summary

Attributes inherited from Base

#connection, #message

Instance Method Summary collapse

Methods inherited from Base

#initialize, #send_message

Constructor Details

This class inherits a constructor from Wamp::MessageHandler::Base

Instance Method Details

#handleObject



7
8
9
# File 'lib/wamp/message_handler/welcome.rb', line 7

def handle
  connection.executor&.call(connection.api)
end