Sha256: 176dbf2846b5a2ffee6eb1a804010003489fd444a31382d8ee3aabdb12a8211e
Contents?: true
Size: 444 Bytes
Versions: 8
Compression:
Stored size: 444 Bytes
Contents
module TrackerApi module Resources class Epic include Virtus.model attribute :client 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
8 entries across 8 versions & 1 rubygems