Exception: DripDrop::WebSocketHandler::SocketError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dripdrop/handlers/websocket_server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject

Returns the value of attribute connection.



6
7
8
# File 'lib/dripdrop/handlers/websocket_server.rb', line 6

def connection
  @connection
end

#reasonObject

Returns the value of attribute reason.



6
7
8
# File 'lib/dripdrop/handlers/websocket_server.rb', line 6

def reason
  @reason
end