Class: Cfhighlander::MapProviders::AccountId

Inherits:
Object
  • Object
show all
Defined in:
lib/cfhighlander.mapproviders.rb

Constant Summary collapse

@@maps =
nil

Class Method Summary collapse

Class Method Details

.getDefaultKeyObject

no getMapName, implicitly resolves to MapProvider name



24
25
26
# File 'lib/cfhighlander.mapproviders.rb', line 24

def self.getDefaultKey
  return "Ref('AWS::AccountId')"
end

.getMapNameObject



19
20
21
# File 'lib/cfhighlander.mapproviders.rb', line 19

def self.getMapName
  return 'AccountId'
end

.getMaps(config) ⇒ Object



12
13
14
15
16
17
# File 'lib/cfhighlander.mapproviders.rb', line 12

def self.getMaps(config)
  return @@maps if not @@maps.nil?
  @@maps = {
  }
  return @@maps
end