Method: CloudFormer::CloudFormation::ConfigSetService#name
- Defined in:
- lib/cloud_former/metadata_resources/cloud_formation/config_set_service.rb
#name(val = nil) ⇒ Object
19 20 21 22 23 24 |
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_service.rb', line 19 def name(val=nil) if val @name = val end @name end |