Module: LiveTribe::Debut

Defined in:
lib/debut.rb,
lib/debut/aws.rb,
lib/debut/version.rb

Defined Under Namespace

Classes: AWS, Debutante, Provider

Constant Summary collapse

INSTANCE_METADATA_HOST =
'http://169.254.169.254'
INSTANCE_METADATA_PATH =
'/latest/user-data'
INSTANCE_LOCAL_HOSTNAME_PATH =
'/latest/meta-data/local-hostname'
INSTANCE_PUBLIC_HOSTNAME_PATH =
'/latest/meta-data/public-hostname'
VERSION =
'0.0.8'

Class Method Summary collapse

Class Method Details

.providersObject



89
90
91
# File 'lib/debut.rb', line 89

def self.providers
  @providers ||= {}
end

.providers=(new_providers) ⇒ Object



93
94
95
# File 'lib/debut.rb', line 93

def self.providers=(new_providers)
  @providers = new_providers
end