class
Circed::Domain::Server
- Circed::Domain::Server
- Reference
- Object
Overview
Domain model for IRC servers
Defined in:
circed/domain/entities.crConstructors
Instance Method Summary
- #channels_formed : Int32
- #channels_formed=(channels_formed : Int32)
- #description : String
- #description=(description : String)
- #hopcount : Int32
- #hopcount=(hopcount : Int32)
- #hostname : String
- #hostname=(hostname : String)
- #link_server : LinkServer | Nil
- #link_server=(link_server : LinkServer | Nil)
- #local? : Bool
- #name : String
- #name=(name : String)
- #operator_count : Int32
- #operator_count=(operator_count : Int32)
- #ping_time : Time | Nil
- #ping_time=(ping_time : Time | Nil)
- #token : String | Nil
- #token=(token : String | Nil)
- #unknown_connections : Int32
- #unknown_connections=(unknown_connections : Int32)
- #user_count : Int32
- #user_count=(user_count : Int32)
Constructor Detail
def self.new(name : String, hostname : String, description : String, hopcount : Int32 = 0)
#