Class: Phronomy::MultiAgent::FanOutInvocation::Child
- Inherits:
-
Data
- Object
- Data
- Phronomy::MultiAgent::FanOutInvocation::Child
- Defined in:
- lib/phronomy/multi_agent/fan_out_invocation.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#input ⇒ Object
readonly
Returns the value of attribute input.
-
#thread_id ⇒ Object
readonly
Returns the value of attribute thread_id.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
9 10 11 |
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9 def agent @agent end |
#config ⇒ Object (readonly)
Returns the value of attribute config
9 10 11 |
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9 def config @config end |
#index ⇒ Object (readonly)
Returns the value of attribute index
9 10 11 |
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9 def index @index end |
#input ⇒ Object (readonly)
Returns the value of attribute input
9 10 11 |
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9 def input @input end |
#thread_id ⇒ Object (readonly)
Returns the value of attribute thread_id
9 10 11 |
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9 def thread_id @thread_id end |