class Turnir::Client::Stream

Defined in:

turnir/client/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client_type : ClientType, channel : String, status : ConnectionStatus) #

[View source]

Instance Method Detail

def channel : String #

[View source]
def channel=(channel : String) #

[View source]
def client_type : ClientType #

[View source]
def client_type=(client_type : ClientType) #

[View source]
def status : ConnectionStatus #

[View source]
def status=(status : ConnectionStatus) #

[View source]