class Convection::Model::Template::ResourceAttribute

Base class for {docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-product-attribute-reference.html}

Public Class Methods

new(parent) click to toggle source
# File lib/convection/model/template/resource_attribute.rb, line 6
def initialize(parent)
  parent.resource_attributes << self
end