Exception: ChefApply::MultiJobFailure

Inherits:
ErrorNoLogs show all
Defined in:
lib/chef_apply/error.rb

Instance Attribute Summary collapse

Attributes inherited from Error

#decorate, #id, #params, #show_log, #show_stack

Instance Method Summary collapse

Constructor Details

#initialize(jobs) ⇒ MultiJobFailure

Returns a new instance of MultiJobFailure.



59
60
61
62
63
# File 'lib/chef_apply/error.rb', line 59

def initialize(jobs)
  super("CHEFMULTI001")
  @jobs = jobs
  @decorate = false
end

Instance Attribute Details

#jobsObject (readonly)

Returns the value of attribute jobs.



58
59
60
# File 'lib/chef_apply/error.rb', line 58

def jobs
  @jobs
end