Class: Propono::AwsConfig
- Inherits:
-
Object
- Object
- Propono::AwsConfig
- Defined in:
- lib/propono/components/aws_config.rb
Instance Method Summary collapse
-
#initialize(config) ⇒ AwsConfig
constructor
A new instance of AwsConfig.
- #sns_options ⇒ Object
- #sqs_options ⇒ Object
Constructor Details
#initialize(config) ⇒ AwsConfig
Returns a new instance of AwsConfig.
4 5 6 |
# File 'lib/propono/components/aws_config.rb', line 4 def initialize(config) @config = config end |
Instance Method Details
#sns_options ⇒ Object
12 13 14 |
# File 'lib/propono/components/aws_config.rb', line 12 def @config..merge(@config.) end |
#sqs_options ⇒ Object
8 9 10 |
# File 'lib/propono/components/aws_config.rb', line 8 def @config..merge(@config.) end |