Class: Aidp::Execute::Task
- Inherits:
-
Struct
- Object
- Struct
- Aidp::Execute::Task
- Defined in:
- lib/aidp/execute/persistent_tasklist.rb
Overview
Task struct for persistent tasklist entries
Instance Attribute Summary collapse
-
#abandoned_at ⇒ Object
Returns the value of attribute abandoned_at.
-
#abandoned_reason ⇒ Object
Returns the value of attribute abandoned_reason.
-
#completed_at ⇒ Object
Returns the value of attribute completed_at.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#discovered_during ⇒ Object
Returns the value of attribute discovered_during.
-
#id ⇒ Object
Returns the value of attribute id.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#session ⇒ Object
Returns the value of attribute session.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Method Summary collapse
Instance Attribute Details
#abandoned_at ⇒ Object
Returns the value of attribute abandoned_at
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def abandoned_at @abandoned_at end |
#abandoned_reason ⇒ Object
Returns the value of attribute abandoned_reason
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def abandoned_reason @abandoned_reason end |
#completed_at ⇒ Object
Returns the value of attribute completed_at
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def completed_at @completed_at end |
#created_at ⇒ Object
Returns the value of attribute created_at
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def description @description end |
#discovered_during ⇒ Object
Returns the value of attribute discovered_during
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def discovered_during @discovered_during end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def id @id end |
#priority ⇒ Object
Returns the value of attribute priority
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def priority @priority end |
#session ⇒ Object
Returns the value of attribute session
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def session @session end |
#started_at ⇒ Object
Returns the value of attribute started_at
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def started_at @started_at end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
11 12 13 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 11 def updated_at @updated_at end |
Instance Method Details
#to_h ⇒ Object
27 28 29 |
# File 'lib/aidp/execute/persistent_tasklist.rb', line 27 def to_h super.compact end |