Class: Pikuri::Agent::Configurator::SubAgentRequest

Inherits:
Data
  • Object
show all
Defined in:
lib/pikuri/agent/configurator.rb

Overview

Record holding the max_steps value the host passed to #allow_sub_agent. The Agent ctor consumes one of these records to build a Tool::SubAgent keyed to that step budget.

Instance Attribute Summary collapse

Instance Attribute Details

#max_stepsObject (readonly)

Returns the value of attribute max_steps

Returns:

  • (Object)

    the current value of max_steps



108
109
110
# File 'lib/pikuri/agent/configurator.rb', line 108

def max_steps
  @max_steps
end