class Cfhighlander::MapProviders::AccountId

Public Class Methods

getDefaultKey() click to toggle source

no getMapName, implicitly resolves to MapProvider name

# File lib/cfhighlander.mapproviders.rb, line 24
def self.getDefaultKey
  return "Ref('AWS::AccountId')"
end
getMapName() click to toggle source
# File lib/cfhighlander.mapproviders.rb, line 19
def self.getMapName
  return 'AccountId'
end
getMaps(config) click to toggle source
# File lib/cfhighlander.mapproviders.rb, line 12
def self.getMaps(config)
  return @@maps if not @@maps.nil?
  @@maps = {
  }
  return @@maps
end