struct Circed::User

Defined in:

circed/clients/user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(mode : String, name : String, realname : String) #

[View source]

Instance Method Detail

def mode : String #

[View source]
def name : String #

[View source]
def realname : String #

[View source]
def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).


[View source]