Method: Ufo::Apps::CfnMap#initialize

Defined in:
lib/ufo/apps/cfn_map.rb

#initialize(options = {}) ⇒ CfnMap

Returns a new instance of CfnMap.



6
7
8
9
10
# File 'lib/ufo/apps/cfn_map.rb', line 6

def initialize(options = {})
  @options = options
  @cluster = @options[:cluster] || default_cluster(options[:service])
  @map = {}
end