Method: Chef::Role#default_attributes
- Defined in:
- lib/chef/role.rb
#default_attributes(arg = nil) ⇒ Object
117 118 119 120 121 122 123 |
# File 'lib/chef/role.rb', line 117 def default_attributes(arg = nil) set_or_return( :default_attributes, arg, kind_of: Hash ) end |