Method: CloudFormer::CloudFormation::ConfigSet#items
- Defined in:
- lib/cloud_former/metadata_resources/cloud_formation/config_set.rb
#items(val = nil) ⇒ Object
12 13 14 15 16 17 |
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set.rb', line 12 def items(val=nil) if val @items = val end @items end |