Sha256: 9b80efed68997fc2893ab9c2d18b3f26f115e18525a1e4a1852c27ef3959b55c

Contents?: true

Size: 377 Bytes

Versions: 16

Compression:

Stored size: 377 Bytes

Contents

module Startback
  module Websocket
    module Hub
      class Participant

        def initialize(socket, context, metadata={})
          @socket = socket
          @context = context
          @metadata = metadata
        end
        attr_reader :socket, :context, :metadata

      end # class Participant
    end # module Hub
  end # module Websocket
end # module Startback

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
startback-websocket-0.17.4 lib/startback/websocket/hub/participant.rb
startback-websocket-0.17.3 lib/startback/websocket/hub/participant.rb
startback-websocket-0.17.2 lib/startback/websocket/hub/participant.rb
startback-websocket-0.17.1 lib/startback/websocket/hub/participant.rb
startback-websocket-0.17.0 lib/startback/websocket/hub/participant.rb
startback-websocket-0.16.0 lib/startback/websocket/hub/participant.rb
startback-websocket-0.15.5 lib/startback/websocket/hub/participant.rb
startback-websocket-0.15.4 lib/startback/websocket/hub/participant.rb
startback-websocket-0.15.3 lib/startback/websocket/hub/participant.rb
startback-websocket-0.15.2 lib/startback/websocket/hub/participant.rb
startback-websocket-0.15.1 lib/startback/websocket/hub/participant.rb
startback-websocket-0.15.0 lib/startback/websocket/hub/participant.rb
startback-websocket-0.14.4 lib/startback/websocket/hub/participant.rb
startback-websocket-0.14.3 lib/startback/websocket/hub/participant.rb
startback-websocket-0.14.2 lib/startback/websocket/hub/participant.rb
startback-websocket-0.14.1 lib/startback/websocket/hub/participant.rb