Method: ChefAPI::Resource::Base.build
- Defined in:
- lib/chef-api/resources/base.rb
.build(attributes = {}, prefix = {}) ⇒ Object
Build a new resource from the given attributes.
275 276 277 |
# File 'lib/chef-api/resources/base.rb', line 275 def build(attributes = {}, prefix = {}) new(attributes, prefix) end |