class Berkshelf::CookbookValidationFailure
Public Class Methods
Source
# File lib/berkshelf/errors.rb, line 245 def initialize(dependency, cached_cookbook) @dependency = dependency @cached_cookbook = cached_cookbook end
@param [Location] location
the location (or any subclass) raising this validation error
@param [CachedCookbook] cached_cookbook
the cached_cookbook that does not satisfy the constraint