Sha256: 42d73acbb7b1423f2a167bc451dfa8d20e7bab9a3ecb7508e3e1ff8de25e84b4
Contents?: true
Size: 295 Bytes
Versions: 6
Compression:
Stored size: 295 Bytes
Contents
module TrackerApi module Resources class DailyHistoryContainer include Shared::Base attribute :project_id, Integer attribute :iteration_number, Integer attribute :header, [String] attribute :data, [Enumerable] attribute :kind, String end end end
Version data entries
6 entries across 6 versions & 1 rubygems