class CC::Board

Overview

Represents a single board, represents a collection of similar Posts and Threads.

Included Modules

Defined in:

cc-lib/board.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def add_post(thread_id, post_options) #

[View source]
def add_thread(thread_options, post_options) #

[View source]
def flags : Array(String) #

[View source]
def flags=(flags : Array(String)) #

[View source]
def id : String #

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

[View source]
def name : String #

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

[View source]
def new_post(thread_id, post_options) #

[View source]
def new_thread(thread_options, post_options) #

[View source]
def post_count : UInt64 #

[View source]
def post_count=(post_count : UInt64) #

[View source]
def thread_by_id(thread_id) #

[View source]
def thread_limit : UInt8 #

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

[View source]
def threads : Array(CC::Thread) #

[View source]
def threads=(threads : Array(CC::Thread)) #

[View source]