Sha256: b83dd8f8fefafdc5beaedc82b8285f065d6e72337444195e7e2b89acf788b9d4
Contents?: true
Size: 328 Bytes
Versions: 23
Compression:
Stored size: 328 Bytes
Contents
# Yes, this crazy capitalization is intentional, # to test xml root element name generation module QuanTum class Cat include DataMapper::Resource property :id, Serial property :name, String property :location, String repository(:alternate) do property :is_dead, Boolean end end end
Version data entries
23 entries across 23 versions & 3 rubygems