Class: Deadpull::Values::S3Path

Inherits:
Base
  • Object
show all
Extended by:
Dry::Initializer
Defined in:
lib/deadpull/values/s3_path.rb

Instance Method Summary collapse

Methods inherited from Base

concretize

Instance Method Details

#concretizeObject



12
13
14
# File 'lib/deadpull/values/s3_path.rb', line 12

def concretize
  [s3_prefix, RootRelativePath.concretize(local_root, local_path)].join('/')
end