Class: SimpleDeploy::Misc::AttributeMerger

Inherits:
Object
  • Object
show all
Defined in:
lib/simple_deploy/misc/attribute_merger.rb

Instance Method Summary collapse

Instance Method Details

#merge(args) ⇒ Object



5
6
7
8
9
10
11
12
13
# File 'lib/simple_deploy/misc/attribute_merger.rb', line 5

def merge(args)
  @attributes   = args[:attributes]
  @config       = SimpleDeploy.config
  @environment  = args[:environment]
  @input_stacks = args[:input_stacks]
  @template     = args[:template]

  combine_provided_and_mapped_attributes
end