Class: Belt::CLI::ZipArtifactBuilder::Artifact
- Inherits:
-
Struct
- Object
- Struct
- Belt::CLI::ZipArtifactBuilder::Artifact
- Defined in:
- lib/belt/cli/zip_artifact_builder.rb
Instance Attribute Summary collapse
-
#source_dir ⇒ Object
Returns the value of attribute source_dir.
-
#zip_path ⇒ Object
Returns the value of attribute zip_path.
Instance Attribute Details
#source_dir ⇒ Object
Returns the value of attribute source_dir
30 31 32 |
# File 'lib/belt/cli/zip_artifact_builder.rb', line 30 def source_dir @source_dir end |
#zip_path ⇒ Object
Returns the value of attribute zip_path
30 31 32 |
# File 'lib/belt/cli/zip_artifact_builder.rb', line 30 def zip_path @zip_path end |