Sha256: 4648869f8c4c7f6665e0b446727c1a3c13fa5a4f354b5616935227a3b9ca52b3
Contents?: true
Size: 419 Bytes
Versions: 19
Compression:
Stored size: 419 Bytes
Contents
module TrackerApi module Resources class Epic include Virtus.model attribute :id, Integer attribute :created_at, DateTime attribute :description, String attribute :kind, String attribute :label, TrackerApi::Resources::Label attribute :name, String attribute :project_id, Integer attribute :updated_at, DateTime attribute :url, String end end end
Version data entries
19 entries across 19 versions & 2 rubygems