Sha256: 38e8c899da94fae20df6d1d0ced5f26e1a96645cfef418a7fa423cef00fa60fd

Contents?: true

Size: 159 Bytes

Versions: 5

Compression:

Stored size: 159 Bytes

Contents

class ActiveShepherd::ClassValidator
  attr_reader :errors, :klass

  def initialize(klass)
    @klass = klass
    @erros = []
  end

  def validate
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activeshepherd-0.8.4 lib/active_shepherd/class_validator.rb
activeshepherd-0.8.3 lib/active_shepherd/class_validator.rb
activeshepherd-0.8.2 lib/active_shepherd/class_validator.rb
activeshepherd-0.8.1 lib/active_shepherd/class_validator.rb
activeshepherd-0.8.0 lib/active_shepherd/class_validator.rb