Class: Chef::Resource::MachineBatch

Inherits:
LWRPBase
  • Object
show all
Defined in:
lib/chef/resource/machine_batch.rb

Instance Method Summary collapse

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