Sha256: 58942c339db7a911c92920ac101b2428b80d7dcc1c72c29e143c558ae8768289
Contents?: true
Size: 198 Bytes
Versions: 12
Compression:
Stored size: 198 Bytes
Contents
class Indocker::Artifacts::DTO::FileDTO attr_reader :source_path, :target_path def initialize(source_path:, target_path:) @source_path = source_path @target_path = target_path end end
Version data entries
12 entries across 12 versions & 1 rubygems