Sha256: f8bbae2b15685f3175364b8d5e0afad86f391176408d45a7801da2d2d398a1a5
Contents?: true
Size: 140 Bytes
Versions: 3
Compression:
Stored size: 140 Bytes
Contents
class Baz include Attribrutal::Model attribute :alpha, Coercer::Integer, default: 1 attribute :beta, Coercer::Integer, default: 2 end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
attribrutal-0.0.6 | spec/support/models/baz.rb |
attribrutal-0.0.5 | spec/support/models/baz.rb |
attribrutal-0.0.4 | spec/support/models/baz.rb |