Sha256: d13fa77830d79ae335ee196df38d1ad3455e815e3272dc9f8c11cf04f0f885f9
Contents?: true
Size: 288 Bytes
Versions: 19
Compression:
Stored size: 288 Bytes
Contents
module TrackerApi module Resources class Person include Virtus.model attribute :kind, String attribute :id, Integer attribute :name, String attribute :email, String attribute :initials, String attribute :username, String end end end
Version data entries
19 entries across 19 versions & 2 rubygems