Sha256: ee10d3c4c0ffdb82d594fe706c10e2d92d80aa9ba80b4421118c8fef87ac1d3c
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 Bytes
Contents
class TypedCollections include Attribrutal::Model attribute :strings, Attribrutal::Type::Array[Attribrutal::Type::String], default: ["larry", "curly", "moe"] attribute :integers, Attribrutal::Type::Array[Attribrutal::Type::Integer], default: [42, 42, 42] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
attribrutal-0.0.12 | spec/support/models/typed_collections.rb |