Sha256: 70454f61ff695c934f3218bbbb442022254f49d43bb79413805d7585aaa6073b
Contents?: true
Size: 197 Bytes
Versions: 44
Compression:
Stored size: 197 Bytes
Contents
class KuberKit::Core::ArtifactPath attr_reader :artifact_name, :file_path def initialize(artifact_name:, file_path:) @artifact_name = artifact_name @file_path = file_path end end
Version data entries
44 entries across 44 versions & 1 rubygems