Sha256: 1a58d59a5cdfacb0d8ce8f6ec5a53cd6b129f4f16e93f84551af761273d4bd70
Contents?: true
Size: 272 Bytes
Versions: 12
Compression:
Stored size: 272 Bytes
Contents
module TrackerApi module Resources class EpicsSearchResult include Shared::Base attribute :epics, Array[Resources::Epic] attribute :total_hits, Integer attribute :total_hits_with_done, Integer attribute :kind, String end end end
Version data entries
12 entries across 12 versions & 1 rubygems