class Veto::CheckContextObject

Attributes

context[R]
entity[R]
errors[R]

Public Class Methods

new(entity, context, errors) click to toggle source
# File lib/veto/check_context_object.rb, line 4
def initialize(entity, context, errors)
  @entity = entity
  @context = context
  @errors = errors
end