Sha256: e2db5fb9e5f356e616d335818dc1cf8da46f447cc9cee2cf982cc09d6fbf066f

Contents?: true

Size: 117 Bytes

Versions: 4

Compression:

Stored size: 117 Bytes

Contents

class Person < Structure
  key :name
  key :age, :type => Integer
  key :friends, :type => Array, :default => []
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
structure-0.5.0 spec/models/person.rb
structure-0.4.0 spec/models/person.rb
structure-0.3.1 spec/models/person.rb
structure-0.3.0 spec/models/person.rb