Sha256: 8800f668d94f07932510d5579f48eda53d3219f99d59be413c2b589d48205077

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

module Wamp
  module MessageHandler
    # Welcome
    class Welcome < Base
      def handle
        connection.executor&.call(connection.api)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
xconn-0.1.2 lib/wamp/message_handler/welcome.rb
xconn-0.1.1 lib/wamp/message_handler/welcome.rb
xconn-0.1.0 lib/wamp/message_handler/welcome.rb