struct Circed::Network::NetworkState::ChannelInfo

Overview

Channel information structure - using struct for performance

Defined in:

circed/network/network_state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String) #

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def members : Hash(String, Set(Char)) #

[View source]
def members=(members : Hash(String, Set(Char))) #

[View source]
def modes : Set(Char) #

[View source]
def modes=(modes : Set(Char)) #

[View source]
def name : String #

[View source]
def topic : String | Nil #

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

[View source]
def topic_set_at : Time | Nil #

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

[View source]
def topic_set_by : String | Nil #

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

[View source]