Exception: Chef::Provider::MachineBatch::MachineBatchError
- Inherits:
-
StandardError
- Object
- StandardError
- Chef::Provider::MachineBatch::MachineBatchError
- Defined in:
- lib/chef/provider/machine_batch.rb
Instance Attribute Summary collapse
-
#machine ⇒ Object
readonly
Returns the value of attribute machine.
Instance Method Summary collapse
-
#initialize(machine, msg) ⇒ MachineBatchError
constructor
A new instance of MachineBatchError.
Constructor Details
#initialize(machine, msg) ⇒ MachineBatchError
Returns a new instance of MachineBatchError.
95 96 97 98 |
# File 'lib/chef/provider/machine_batch.rb', line 95 def initialize(machine, msg) @machine = machine super(msg) end |
Instance Attribute Details
#machine ⇒ Object (readonly)
Returns the value of attribute machine.
94 95 96 |
# File 'lib/chef/provider/machine_batch.rb', line 94 def machine @machine end |