class MotherBrain::ChefRunFailure
Public Class Methods
new(errors)
click to toggle source
# File lib/mb/errors.rb, line 425 def initialize(errors) @errors = errors end
# File lib/mb/errors.rb, line 425 def initialize(errors) @errors = errors end