Sha256: 641311e686967d64b4627adc6f9ca4980b290bc5b744a64dcb2313779cc7156c

Contents?: true

Size: 119 Bytes

Versions: 2

Compression:

Stored size: 119 Bytes

Contents

class Person < Structure
  key :name
  key :age, :type => Integer
  key :website, :type => URI
  has_many :friends
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
structure-0.7.1 spec/models/person.rb
structure-0.7.0 spec/models/person.rb