Method: CloudFormer::CloudFormation::ConfigSetItem#name
- Defined in:
- lib/cloud_former/metadata_resources/cloud_formation/config_set_item.rb
#name(val = nil) ⇒ Object
47 48 49 50 |
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_item.rb', line 47 def name(val=nil) @name = val if val @name end |