class MotherBrain::InvalidCookbookMetadata

Attributes

errors[R]

Public Class Methods

new(errors) click to toggle source
# File lib/mb/errors.rb, line 225
def initialize(errors)
  @errors = errors
end