Class: Aidp::Execute::InstructionQueue::Instruction
- Inherits:
-
Struct
- Object
- Struct
- Aidp::Execute::InstructionQueue::Instruction
- Defined in:
- lib/aidp/execute/instruction_queue.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
8 9 10 |
# File 'lib/aidp/execute/instruction_queue.rb', line 8 def content @content end |
#priority ⇒ Object
Returns the value of attribute priority
8 9 10 |
# File 'lib/aidp/execute/instruction_queue.rb', line 8 def priority @priority end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
8 9 10 |
# File 'lib/aidp/execute/instruction_queue.rb', line 8 def end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/aidp/execute/instruction_queue.rb', line 8 def type @type end |