class SocketIO::Event

Defined in:

socket_io/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Client, id : UInt64 | Nil = nil, data : Array(JSON::Any) | Nil = nil) #

[View source]

Instance Method Detail

def ack(*data) #

[View source]
def data : Array(JSON::Any) | Nil #

[View source]
def id : UInt64 | Nil #

[View source]