Class: PromptObjects::Domain::RunEvent
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Domain::RunEvent
- Defined in:
- lib/prompt_objects/domain/records.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#sequence ⇒ Object
readonly
Returns the value of attribute sequence.
-
#thread_id ⇒ Object
readonly
Returns the value of attribute thread_id.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#workspace_cursor ⇒ Object
readonly
Returns the value of attribute workspace_cursor.
-
#workspace_session_id ⇒ Object
readonly
Returns the value of attribute workspace_session_id.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
22 23 24 |
# File 'lib/prompt_objects/domain/records.rb', line 22 def data @data end |
#id ⇒ Object (readonly)
Returns the value of attribute id
22 23 24 |
# File 'lib/prompt_objects/domain/records.rb', line 22 def id @id end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
22 23 24 |
# File 'lib/prompt_objects/domain/records.rb', line 22 def kind @kind end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
22 23 24 |
# File 'lib/prompt_objects/domain/records.rb', line 22 def run_id @run_id end |
#sequence ⇒ Object (readonly)
Returns the value of attribute sequence
22 23 24 |
# File 'lib/prompt_objects/domain/records.rb', line 22 def sequence @sequence end |
#thread_id ⇒ Object (readonly)
Returns the value of attribute thread_id
22 23 24 |
# File 'lib/prompt_objects/domain/records.rb', line 22 def thread_id @thread_id end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
22 23 24 |
# File 'lib/prompt_objects/domain/records.rb', line 22 def @timestamp end |
#workspace_cursor ⇒ Object (readonly)
Returns the value of attribute workspace_cursor
22 23 24 |
# File 'lib/prompt_objects/domain/records.rb', line 22 def workspace_cursor @workspace_cursor end |
#workspace_session_id ⇒ Object (readonly)
Returns the value of attribute workspace_session_id
22 23 24 |
# File 'lib/prompt_objects/domain/records.rb', line 22 def workspace_session_id @workspace_session_id end |