Class: PromptObjects::Domain::Thread
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Domain::Thread
- Defined in:
- lib/prompt_objects/domain/records.rb
Instance Attribute Summary collapse
-
#archived ⇒ Object
readonly
Returns the value of attribute archived.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_activity_at ⇒ Object
readonly
Returns the value of attribute last_activity_at.
-
#last_run_status ⇒ Object
readonly
Returns the value of attribute last_run_status.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#parent_run_id ⇒ Object
readonly
Returns the value of attribute parent_run_id.
-
#parent_thread_id ⇒ Object
readonly
Returns the value of attribute parent_thread_id.
-
#po_name ⇒ Object
readonly
Returns the value of attribute po_name.
-
#retention_policy ⇒ Object
readonly
Returns the value of attribute retention_policy.
-
#thread_type ⇒ Object
readonly
Returns the value of attribute thread_type.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#workspace_session_id ⇒ Object
readonly
Returns the value of attribute workspace_session_id.
Instance Attribute Details
#archived ⇒ Object (readonly)
Returns the value of attribute archived
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def archived @archived end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def created_at @created_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def id @id end |
#last_activity_at ⇒ Object (readonly)
Returns the value of attribute last_activity_at
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def last_activity_at @last_activity_at end |
#last_run_status ⇒ Object (readonly)
Returns the value of attribute last_run_status
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def last_run_status @last_run_status end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def name @name end |
#parent_run_id ⇒ Object (readonly)
Returns the value of attribute parent_run_id
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def parent_run_id @parent_run_id end |
#parent_thread_id ⇒ Object (readonly)
Returns the value of attribute parent_thread_id
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def parent_thread_id @parent_thread_id end |
#po_name ⇒ Object (readonly)
Returns the value of attribute po_name
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def po_name @po_name end |
#retention_policy ⇒ Object (readonly)
Returns the value of attribute retention_policy
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def retention_policy @retention_policy end |
#thread_type ⇒ Object (readonly)
Returns the value of attribute thread_type
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def thread_type @thread_type end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def updated_at @updated_at end |
#workspace_session_id ⇒ Object (readonly)
Returns the value of attribute workspace_session_id
7 8 9 |
# File 'lib/prompt_objects/domain/records.rb', line 7 def workspace_session_id @workspace_session_id end |