class ActiveShepherd::ClassValidator

Attributes

errors[R]
klass[R]

Public Class Methods

new(klass) click to toggle source
# File lib/active_shepherd/class_validator.rb, line 4
def initialize(klass)
  @klass = klass
  @erros = []
end

Public Instance Methods

validate() click to toggle source
# File lib/active_shepherd/class_validator.rb, line 9
def validate
end