Sha256: 1fe69e876e5bed0b5a023a77c9249bc31d1fe0a1c57aecf9f8a0b2a9f1112306
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
module Propono class AwsConfig def initialize(config) @config = config end def sqs_options @config.aws_options.merge(@config.sqs_options) end def sns_options @config.aws_options.merge(@config.sns_options) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
propono-3.0.0 | lib/propono/components/aws_config.rb |