class Circed::Domain::Server

Overview

Domain model for IRC servers

Defined in:

circed/domain/entities.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, hostname : String, description : String, hopcount : Int32 = 0) #

[View source]

Instance Method Detail

def channels_formed : Int32 #

[View source]
def channels_formed=(channels_formed : Int32) #

[View source]
def description : String #

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

[View source]
def hopcount : Int32 #

[View source]
def hopcount=(hopcount : Int32) #

[View source]
def hostname : String #

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

[View source]
def link_server : LinkServer | Nil #

[View source]
def link_server=(link_server : LinkServer | Nil) #

[View source]
def local? : Bool #

[View source]
def name : String #

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

[View source]
def operator_count : Int32 #

[View source]
def operator_count=(operator_count : Int32) #

[View source]
def ping_time : Time | Nil #

[View source]
def ping_time=(ping_time : Time | Nil) #

[View source]
def token : String | Nil #

[View source]
def token=(token : String | Nil) #

[View source]
def unknown_connections : Int32 #

[View source]
def unknown_connections=(unknown_connections : Int32) #

[View source]
def user_count : Int32 #

[View source]
def user_count=(user_count : Int32) #

[View source]