Class: Aidp::Execute::InstructionQueue::Instruction

Inherits:
Struct
  • Object
show all
Defined in:
lib/aidp/execute/instruction_queue.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



8
9
10
# File 'lib/aidp/execute/instruction_queue.rb', line 8

def content
  @content
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



8
9
10
# File 'lib/aidp/execute/instruction_queue.rb', line 8

def priority
  @priority
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



8
9
10
# File 'lib/aidp/execute/instruction_queue.rb', line 8

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/aidp/execute/instruction_queue.rb', line 8

def type
  @type
end