Method: CloudFormer::CloudFormation::ConfigSetUser#name
- Defined in:
- lib/cloud_former/metadata_resources/cloud_formation/config_set_user.rb
#name(val = nil) ⇒ Object
16 17 18 19 20 21 |
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_user.rb', line 16 def name(val=nil) if val @name = val end @name end |