Method: Jets::Cfn::Builder::Parent#initialize
- Defined in:
- lib/jets/cfn/builder/parent.rb
#initialize(options = {}) ⇒ Parent
Returns a new instance of Parent.
7 8 9 10 |
# File 'lib/jets/cfn/builder/parent.rb', line 7 def initialize(={}) = @template = ActiveSupport::HashWithIndifferentAccess.new(Resources: {}) end |