Class: Phronomy::MultiAgent::FanOutInvocation::Child

Inherits:
Data
  • Object
show all
Defined in:
lib/phronomy/multi_agent/fan_out_invocation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject (readonly)

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



9
10
11
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9

def agent
  @agent
end

#configObject (readonly)

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



9
10
11
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9

def config
  @config
end

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



9
10
11
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9

def index
  @index
end

#inputObject (readonly)

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



9
10
11
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9

def input
  @input
end

#thread_idObject (readonly)

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



9
10
11
# File 'lib/phronomy/multi_agent/fan_out_invocation.rb', line 9

def thread_id
  @thread_id
end