Sha256: f2880267b6feff5af0782ff4f2037876287f852f87cc0efb69e844526cf74190
Contents?: true
Size: 369 Bytes
Versions: 38
Compression:
Stored size: 369 Bytes
Contents
class Pet include Virtus.model attribute :id, Integer attribute :name, String attribute :species, String end class PetPeeve include Virtus.model attribute :id, Integer attribute :type, String end class Friend include Virtus.model attribute :id, Integer attribute :name, String attribute :pets, Array[Pet] attribute :pet_peeve, PetPeeve end
Version data entries
38 entries across 38 versions & 2 rubygems