struct Trefoil::Thread
- Trefoil::Thread
- Struct
- Value
- Object
Defined in:
trefoil/thread.crConstructors
- .new(client : Client, board : Board, id : Int32)
- .new(client : Client, board : Board, op_info : PostInfo)
Instance Method Summary
- #board : Trefoil::Board
- #id : Int32
- #op : Post | Nil
-
#posts
Returns an array of Post objects from this thread.
- #watch(interval : Time::Span, &block : Array(Post) -> _)
- #watch_async(interval : Time::Span, &block : Array(Post) -> _)