Class: Chef::Resource::MachineBatch
- Inherits:
-
LWRPBase
- Object
- LWRPBase
- Chef::Resource::MachineBatch
- Defined in:
- lib/chef/resource/machine_batch.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ MachineBatch
constructor
A new instance of MachineBatch.
Constructor Details
#initialize(*args) ⇒ MachineBatch
Returns a new instance of MachineBatch.
4 5 6 7 |
# File 'lib/chef/resource/machine_batch.rb', line 4 def initialize(*args) super @machines = [] end |