Method: CloudFormer::CloudFormation::ConfigSet#dump_json
- Defined in:
- lib/cloud_former/metadata_resources/cloud_formation/config_set.rb
#dump_json ⇒ Object
26 27 28 29 30 31 32 |
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set.rb', line 26 def dump_json res = {} (@items || []).each do |item| res[item.name] = item.dump_json end res end |