Class: Ruote::CodeParticipant

Inherits:
Object
  • Object
show all
Includes:
LocalParticipant
Defined in:
lib/ruote/part/code_participant.rb

Overview

TODO

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#contextObject

Returns the value of attribute context.



35
36
37
# File 'lib/ruote/part/code_participant.rb', line 35

def context
  @context
end