Sha256: d2c084a79dc3aab9812ba0568ce077764e59fadc01e055255d8079a558fb9472
Contents?: true
Size: 301 Bytes
Versions: 27
Compression:
Stored size: 301 Bytes
Contents
module TrackerApi module Resources class Label include Virtus.model attribute :id, Integer attribute :created_at, DateTime attribute :kind, String attribute :name, String attribute :project_id, Integer attribute :updated_at, DateTime end end end
Version data entries
27 entries across 27 versions & 2 rubygems