Class: Ruote::CodeParticipant
- Inherits:
-
Object
- Object
- Ruote::CodeParticipant
- Includes:
- LocalParticipant
- Defined in:
- lib/ruote/part/code_participant.rb
Overview
TODO
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
Instance Method Summary collapse
-
#initialize(opts) ⇒ CodeParticipant
constructor
A new instance of CodeParticipant.
Methods included from LocalParticipant
#re_dispatch, #unschedule_re_dispatch
Methods included from ReceiverMixin
#applied_workitem, #fetch_flow_expression, #launch, #receive, #reply, #reply_to_engine, #sign
Constructor Details
#initialize(opts) ⇒ CodeParticipant
Returns a new instance of CodeParticipant.
37 38 39 40 |
# File 'lib/ruote/part/code_participant.rb', line 37 def initialize(opts) @opts = opts end |
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
35 36 37 |
# File 'lib/ruote/part/code_participant.rb', line 35 def context @context end |