struct Circed::Network::NetworkState::ServerInfo

Overview

Server information structure - using struct for performance

Defined in:

circed/network/network_state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, hopcount : Int32, description : String, link_server : LinkServer | Nil = nil, token : String | Nil = nil) #

[View source]

Instance Method Detail

def connected_at : Time #

[View source]
def description : String #

[View source]
def hopcount : Int32 #

[View source]
def link_server : LinkServer | Nil #

[View source]
def name : String #

[View source]
def token : String | Nil #

[View source]