Class: Async::WebSocket::Connection

Inherits:
Object
  • Object
show all
Defined in:
sig/_external.rbs

Instance Method Summary collapse

Instance Method Details

#closevoid

This method returns an undefined value.



76
# File 'sig/_external.rbs', line 76

def close: () -> void

#readObject

Returns:

  • (Object)


75
# File 'sig/_external.rbs', line 75

def read: () -> untyped

#writevoid

This method returns an undefined value.

Parameters:

  • (Object)


74
# File 'sig/_external.rbs', line 74

def write: (untyped) -> void