class Alpha::Thread

Defined in:

cc-alpha/thread.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id, flags, post_limit) #

[View source]

Instance Method Detail

def add_post(post_json) #

Creates a Post and adds it to this Thread's post list.


[View source]
def flags #

[View source]
def flags=(flags) #

[View source]
def id #

[View source]
def id=(id) #

[View source]
def post_limit #

[View source]
def post_limit=(post_limit) #

[View source]
def posts : Array(Alpha::Post) #

[View source]
def posts=(posts : Array(Alpha::Post)) #

[View source]