Sha256: 3c2607929b107461ee374638c565aeb8e7fd0d95dacb9b8bc38cf507da2df4c7

Contents?: true

Size: 93 Bytes

Versions: 1

Compression:

Stored size: 93 Bytes

Contents

class Person < Structure
  key :name
  key :age, :type => Integer
  embeds_many :friends
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
structure-0.10.0 spec/models/person.rb