feat: make parent_artefact accessible
This commit is contained in:
parent
441bc1abf2
commit
fefa1859c4
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@ module Comfpile
|
||||||
|
|
||||||
attr_reader :exit_state
|
attr_reader :exit_state
|
||||||
attr_reader :stage, :target
|
attr_reader :stage, :target
|
||||||
|
|
||||||
|
|
||||||
|
attr_reader :parent_artefact
|
||||||
|
|
||||||
# @return [Array<Comfpile::Artefact>] List of all artefacts
|
# @return [Array<Comfpile::Artefact>] List of all artefacts
|
||||||
# included in this artefact.
|
# included in this artefact.
|
||||||
# Included artefacts are also required, but will additionally
|
# Included artefacts are also required, but will additionally
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue