Sha256: 352d93d59f1fef3537c224149f3c8cd2bc386aa17822e6b0b76b65e67cae2949

Contents?: true

Size: 196 Bytes

Versions: 4

Compression:

Stored size: 196 Bytes

Contents

class QuantumCat
  include DataMapper::Resource

  property :id, Serial
  property :name, String
  property :location, String

  repository(:alternate) do
    property :is_dead, Boolean
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dm-serializer-0.9.4 spec/fixtures/quatum_cat.rb
dm-serializer-0.9.5 spec/fixtures/quatum_cat.rb
dm-serializer-0.9.7 spec/fixtures/quatum_cat.rb
dm-serializer-0.9.6 spec/fixtures/quatum_cat.rb