Class: Deadpull::Values::S3Locations
- Extended by:
- Dry::Initializer
- Defined in:
- lib/deadpull/values/s3_locations.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#concretize ⇒ Object
11 12 13 |
# File 'lib/deadpull/values/s3_locations.rb', line 11 def concretize OpenStruct.new(bucket: bucket, prefix: prefix) end |