Class: PromptObjects::Repositories::ArtifactRepository::Mutation

Inherits:
Data
  • Object
show all
Defined in:
lib/prompt_objects/repositories/artifact_repository.rb

Instance Attribute Summary collapse

Instance Attribute Details

#artifactObject (readonly)

Returns the value of attribute artifact

Returns:

  • (Object)

    the current value of artifact



6
7
8
# File 'lib/prompt_objects/repositories/artifact_repository.rb', line 6

def artifact
  @artifact
end

#cursorObject (readonly)

Returns the value of attribute cursor

Returns:

  • (Object)

    the current value of cursor



6
7
8
# File 'lib/prompt_objects/repositories/artifact_repository.rb', line 6

def cursor
  @cursor
end