Class: Pikuri::Agent::Configurator::SubAgentRequest
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Configurator::SubAgentRequest
- 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
-
#max_steps ⇒ Object
readonly
Returns the value of attribute max_steps.
Instance Attribute Details
#max_steps ⇒ Object (readonly)
Returns the value of attribute max_steps
108 109 110 |
# File 'lib/pikuri/agent/configurator.rb', line 108 def max_steps @max_steps end |