Class: Ruote::CodeParticipant

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

Overview

TODO

Instance Attribute Summary collapse

Attributes included from LocalParticipant

#error, #fei, #flavour, #msg, #workitem

Instance Method Summary collapse

Methods included from LocalParticipant

#_accept?, #_dont_thread?, #_on_cancel, #_on_reply, #_on_workitem, #_rtimeout, #applied_workitem, #fexp, #is_cancelled?, #is_gone?, #lookup_variable, #participant_name, #re_dispatch, #reply_to_engine, #unschedule_re_dispatch

Methods included from ReceiverMixin

#fetch_flow_expression, #fetch_workitem, #flunk, #launch, #receive, #reply, #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