Method: Ridley::NodeObject#chef_attributes

Defined in:
lib/ridley/chef_objects/node_object.rb

#chef_attributeshashie::Mash

A merged hash containing a deep merge of all of the attributes respecting the node attribute precedence level.

Returns:

  • (hashie::Mash)


37
38
39
# File 'lib/ridley/chef_objects/node_object.rb', line 37

def chef_attributes
  default.merge(normal.merge(override.merge(automatic)))
end