Class: Trefoil::ThreadStub
Overview
Used for catalog
Instance Attribute Summary collapse
-
#op ⇒ Object
readonly
Returns the value of attribute op.
Instance Method Summary collapse
-
#initialize(client, board, id, op) ⇒ ThreadStub
constructor
A new instance of ThreadStub.
Methods inherited from Thread
Constructor Details
#initialize(client, board, id, op) ⇒ ThreadStub
Returns a new instance of ThreadStub.
53 54 55 56 |
# File 'lib/trefoil/thread.rb', line 53 def initialize(client, board, id, op) @op = op super(client, board, id) end |
Instance Attribute Details
#op ⇒ Object (readonly)
Returns the value of attribute op.
51 52 53 |
# File 'lib/trefoil/thread.rb', line 51 def op @op end |