Exception: DripDrop::WebSocketHandler::SocketError
- Inherits:
-
StandardError
- Object
- StandardError
- DripDrop::WebSocketHandler::SocketError
- Defined in:
- lib/dripdrop/handlers/websocket_server.rb
Instance Attribute Summary collapse
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#connection ⇒ Object
Returns the value of attribute connection.
6 7 8 |
# File 'lib/dripdrop/handlers/websocket_server.rb', line 6 def connection @connection end |
#reason ⇒ Object
Returns the value of attribute reason.
6 7 8 |
# File 'lib/dripdrop/handlers/websocket_server.rb', line 6 def reason @reason end |