module BBC::Cosmos::Config

Constants

VERSION

Public Class Methods

app() click to toggle source
# File lib/bbc/cosmos/config.rb, line 24
def self.app
  @@app_config ||= Hashie::Mash.new(cosmos.component_config)
end
aws() click to toggle source
# File lib/bbc/cosmos/config.rb, line 16
def self.aws
  @@aws_config ||= AWS.new(::AWS::EC2.new, ::AWS::S3.new)
end
cosmos() click to toggle source
# File lib/bbc/cosmos/config.rb, line 20
def self.cosmos
  @@cosmos_config ||= Cosmos.new(aws)
end