Class: Belt::CLI::ZipArtifactBuilder::Artifact

Inherits:
Struct
  • Object
show all
Defined in:
lib/belt/cli/zip_artifact_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#source_dirObject

Returns the value of attribute source_dir

Returns:

  • (Object)

    the current value of source_dir



30
31
32
# File 'lib/belt/cli/zip_artifact_builder.rb', line 30

def source_dir
  @source_dir
end

#zip_pathObject

Returns the value of attribute zip_path

Returns:

  • (Object)

    the current value of zip_path



30
31
32
# File 'lib/belt/cli/zip_artifact_builder.rb', line 30

def zip_path
  @zip_path
end