Sha256: f81dde80a71c5451db1981ccc8a0316ec74194614439fa7f5813d107a62437ee
Contents?: true
Size: 495 Bytes
Versions: 7
Compression:
Stored size: 495 Bytes
Contents
module TrackerApi module Resources class Iteration include Virtus.model attribute :client attribute :finish, DateTime attribute :kind, String attribute :length, Integer attribute :number, Integer attribute :planned, Boolean attribute :project_id, Integer attribute :start, DateTime attribute :stories, [TrackerApi::Resources::Story] attribute :story_ids, [Integer] attribute :team_strength, Float end end end
Version data entries
7 entries across 7 versions & 1 rubygems