Method: CloudFormer::Functions::GetAtt#initialize

Defined in:
lib/cloud_former/functions/get_att.rb

#initialize(resource, attribute) ⇒ GetAtt

Returns a new instance of GetAtt.



5
6
7
8
# File 'lib/cloud_former/functions/get_att.rb', line 5

def initialize(resource, attribute)
  @resource = resource
  @attribute = attribute
end