class Trefoil::ThreadStub
Used for catalog
Attributes
op[R]
Public Class Methods
new(client, board, id, op)
click to toggle source
Calls superclass method
Trefoil::Thread::new
# File lib/trefoil/thread.rb, line 53 def initialize(client, board, id, op) @op = op super(client, board, id) end