Sha256: b8e03ffc0ed02a0b03c761bc97ccf6fc1dc909cb584d5f77d84a09f3c54e3752

Contents?: true

Size: 169 Bytes

Versions: 2

Compression:

Stored size: 169 Bytes

Contents

class SimpleProperties

  include DataMapper::Resource

  # The primary key of the model
  property :id, Serial

  # The name of the model
  property :name, String

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yard-dm-0.1.1 spec/helpers/examples/simple_properties.rb.txt
yard-dm-0.1.0 spec/helpers/examples/simple_properties.rb.txt