Sha256: 718bc2c4ca167cb14156cdb4c69fbe0a76fb98f1cc9ebdb90810aee7649a3628

Contents?: true

Size: 364 Bytes

Versions: 4

Compression:

Stored size: 364 Bytes

Contents

module Outliers
  module Providers
    module Aws
      class Rds < Provider

        include Shared

        def self.credential_arguments
          Shared.credential_arguments
        end

        def connect
          logger.info "Connecting to region '#{@region}'." unless @rds
          @rds ||= ::AWS::RDS.new config
        end

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
outliers-0.2.0 lib/outliers/providers/aws/rds.rb
outliers-0.1.1 lib/outliers/providers/aws/rds.rb
outliers-0.1.0 lib/outliers/providers/aws/rds.rb
outliers-0.0.1 lib/outliers/providers/aws/rds.rb