Class: SousChef::NodeBuilder
- Inherits:
-
Object
- Object
- SousChef::NodeBuilder
- Includes:
- NodeHelpers
- Defined in:
- lib/sous-chef/node_builder.rb
Instance Method Summary collapse
- #build ⇒ Object
-
#initialize(name, collection_hash) ⇒ NodeBuilder
constructor
A new instance of NodeBuilder.
Methods included from NodeHelpers
Constructor Details
#initialize(name, collection_hash) ⇒ NodeBuilder
Returns a new instance of NodeBuilder.
4 5 6 7 |
# File 'lib/sous-chef/node_builder.rb', line 4 def initialize(name, collection_hash) @name = name @collection_hash = collection_hash end |