class ActiveAws::CloudFormation::Template::PropertyDefinition::Collection

Public Instance Methods

add(name, type) click to toggle source
# File lib/active_aws/cloud_formation/template/properties.rb, line 24
def add(name, type)
  puts "PropertyDefinition::Collection.add(#{name},#{type})"
  self.push(PropertyDefinition.new(name,type))
end