Sha256: 5a2abb54d5fd559baeffb29ce03edbf91f725135a03b8c41532af25f4690d0a6

Contents?: true

Size: 173 Bytes

Versions: 15

Compression:

Stored size: 173 Bytes

Contents

class Book
  include DataMapper::Resource

  property :id,         Serial
  property :created_at, DateTime
  property :title,      String
  property :author,     String
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
dm-rest-adapter-1.2.0 spec/fixtures/book.rb
dm-rest-adapter-1.2.0.rc2 spec/fixtures/book.rb
dm-rest-adapter-1.2.0.rc1 spec/fixtures/book.rb
dm-rest-adapter-1.1.0 spec/fixtures/book.rb
dm-rest-adapter-1.1.0.rc3 spec/fixtures/book.rb
dm-rest-adapter-1.1.0.rc2 spec/fixtures/book.rb
dm-rest-adapter-1.1.0.rc1 spec/fixtures/book.rb
dm-cassandra-adapter-0.0.1 spec/fixtures/book.rb
dm-rest-adapter-1.0.2 spec/fixtures/book.rb
dm-rest-adapter-1.0.1 spec/fixtures/book.rb
dm-rest-adapter-1.0.0 spec/fixtures/book.rb
dm-rest-adapter-1.0.0.rc3 spec/fixtures/book.rb
dm-rest-adapter-0.10.2 spec/fixtures/book.rb
dm-rest-adapter-0.10.1 spec/fixtures/book.rb
dm-rest-adapter-0.10.0 spec/fixtures/book.rb