Sha256: 598856b337e7a5553658ef82b92164d563dff282051415a87613ed0261c7a26a
Contents?: true
Size: 231 Bytes
Versions: 2
Compression:
Stored size: 231 Bytes
Contents
class Bar include Attribrutal::Model attribute :foo, Attribrutal::Type::Boolean attribute :bar, Attribrutal::Type::String, default: "bar" attribute :baz, Coercer::Baz, default: lambda { ::Baz.new alpha: 50, beta: 100 } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
attribrutal-0.0.12 | spec/support/models/bar.rb |
attribrutal-0.0.10 | spec/support/models/bar.rb |