Class: Aidp::Execute::WorkLoopUnitScheduler::Unit
- Inherits:
-
Struct
- Object
- Struct
- Aidp::Execute::WorkLoopUnitScheduler::Unit
- Defined in:
- lib/aidp/execute/work_loop_unit_scheduler.rb
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
10 11 12 |
# File 'lib/aidp/execute/work_loop_unit_scheduler.rb', line 10 def definition @definition end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/aidp/execute/work_loop_unit_scheduler.rb', line 10 def name @name end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/aidp/execute/work_loop_unit_scheduler.rb', line 10 def type @type end |
Instance Method Details
#agentic? ⇒ Boolean
11 12 13 |
# File 'lib/aidp/execute/work_loop_unit_scheduler.rb', line 11 def agentic? type == :agentic end |
#deterministic? ⇒ Boolean
15 16 17 |
# File 'lib/aidp/execute/work_loop_unit_scheduler.rb', line 15 def deterministic? type == :deterministic end |