Class: PromptObjects::Domain::Artifact
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Domain::Artifact
- Defined in:
- lib/prompt_objects/domain/records.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#owner_po ⇒ Object
readonly
Returns the value of attribute owner_po.
-
#owner_thread_id ⇒ Object
readonly
Returns the value of attribute owner_thread_id.
-
#producing_run_id ⇒ Object
readonly
Returns the value of attribute producing_run_id.
-
#revision ⇒ Object
readonly
Returns the value of attribute revision.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#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
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def created_at @created_at end |
#html ⇒ Object (readonly)
Returns the value of attribute html
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def html @html end |
#id ⇒ Object (readonly)
Returns the value of attribute id
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def id @id end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def @metadata end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def mode @mode end |
#owner_po ⇒ Object (readonly)
Returns the value of attribute owner_po
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def owner_po @owner_po end |
#owner_thread_id ⇒ Object (readonly)
Returns the value of attribute owner_thread_id
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def owner_thread_id @owner_thread_id end |
#producing_run_id ⇒ Object (readonly)
Returns the value of attribute producing_run_id
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def producing_run_id @producing_run_id end |
#revision ⇒ Object (readonly)
Returns the value of attribute revision
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def revision @revision end |
#title ⇒ Object (readonly)
Returns the value of attribute title
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def title @title end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def updated_at @updated_at end |
#workspace_session_id ⇒ Object (readonly)
Returns the value of attribute workspace_session_id
34 35 36 |
# File 'lib/prompt_objects/domain/records.rb', line 34 def workspace_session_id @workspace_session_id end |