Class: Deadpull::Values::S3Locations

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

Instance Method Summary collapse

Methods inherited from Base

concretize

Instance Method Details

#concretizeObject



11
12
13
# File 'lib/deadpull/values/s3_locations.rb', line 11

def concretize
  OpenStruct.new(bucket: bucket, prefix: prefix)
end