class CC::Board
- CC::Board
- Reference
- Object
Overview
Represents a single board, represents a collection of similar Post
s and Thread
s.
Included Modules
- JSON::Serializable
Defined in:
cc-lib/board.crConstructors
Instance Method Summary
- #add_post(thread_id, post_options)
- #add_thread(thread_options, post_options)
- #flags : Array(String)
- #flags=(flags : Array(String))
- #id : String
- #id=(id : String)
- #name : String
- #name=(name : String)
- #new_post(thread_id, post_options)
- #new_thread(thread_options, post_options)
- #post_count : UInt64
- #post_count=(post_count : UInt64)
- #thread_by_id(thread_id)
- #thread_limit : UInt8
- #thread_limit=(thread_limit : UInt8)
- #threads : Array(CC::Thread)
- #threads=(threads : Array(CC::Thread))