class Propono::AwsConfig

Public Class Methods

new(config) click to toggle source
# File lib/propono/components/aws_config.rb, line 4
def initialize(config)
  @config = config
end

Public Instance Methods

sns_options() click to toggle source
# File lib/propono/components/aws_config.rb, line 12
def sns_options
  @config.aws_options.merge(@config.sns_options)
end
sqs_options() click to toggle source
# File lib/propono/components/aws_config.rb, line 8
def sqs_options
  @config.aws_options.merge(@config.sqs_options)
end