class Alpha::Board

Defined in:

cc-alpha/board.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id, name, flags, thread_limit) #

[View source]

Instance Method Detail

def add_thread(thread_json) #

Creates a Thread and add it to Board's thread list.


[View source]
def flags #

[View source]
def flags=(flags) #

[View source]
def id #

[View source]
def id=(id) #

[View source]
def name #

[View source]
def name=(name) #

[View source]
def thread_limit : UInt8 #

[View source]
def thread_limit=(thread_limit : UInt8) #

[View source]
def threads : Hash(String, Alpha::Thread) #

[View source]
def threads=(threads : Hash(String, Alpha::Thread)) #

[View source]