Sha256: 0ca81ede19dd5b586e7f54667825eab655fc8e6f0403b0f05af710645ae9f866
Contents?: true
Size: 269 Bytes
Versions: 7
Compression:
Stored size: 269 Bytes
Contents
class ValidationAssertion #:nodoc: attr_accessor :klass, :validation_type, :options, :attribute def initialize(klass, validation_type, attribute) self.klass, self.validation_type, self.attribute, self.options = klass, validation_type, attribute, {} end end
Version data entries
7 entries across 7 versions & 1 rubygems