Sha256: 1ace202f550ddfd3bb88366d8fbc0668688d7038ba8a04eeaffa142c8608c25b
Contents?: true
Size: 622 Bytes
Versions: 6
Compression:
Stored size: 622 Bytes
Contents
module TrackerApi module Resources class CycleTimeDetails include Shared::Base attribute :project_id, Integer attribute :iteration_number, Integer attribute :total_cycle_time, Integer attribute :started_time, Integer attribute :started_count, Integer attribute :finished_time, Integer attribute :finished_count, Integer attribute :delivered_time, Integer attribute :delivered_count, Integer attribute :rejected_time, Integer attribute :rejected_count, Integer attribute :story_id, Integer attribute :kind, String end end end
Version data entries
6 entries across 6 versions & 1 rubygems