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