Class: PromptObjects::Repositories::ArtifactRepository::Mutation
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Repositories::ArtifactRepository::Mutation
- Defined in:
- lib/prompt_objects/repositories/artifact_repository.rb
Instance Attribute Summary collapse
-
#artifact ⇒ Object
readonly
Returns the value of attribute artifact.
-
#cursor ⇒ Object
readonly
Returns the value of attribute cursor.
Instance Attribute Details
#artifact ⇒ Object (readonly)
Returns the value of attribute artifact
6 7 8 |
# File 'lib/prompt_objects/repositories/artifact_repository.rb', line 6 def artifact @artifact end |
#cursor ⇒ Object (readonly)
Returns the value of attribute cursor
6 7 8 |
# File 'lib/prompt_objects/repositories/artifact_repository.rb', line 6 def cursor @cursor end |