Sha256: 65656a1fe592ece4ad5542f84d35b0e2ffa4e7fa9f6987ce5bad30c8ee04c381
Contents?: true
Size: 361 Bytes
Versions: 12
Compression:
Stored size: 361 Bytes
Contents
module TrackerApi module Resources class StoriesSearchResult include Shared::Base attribute :stories, Array[Resources::Story] attribute :total_hits, Integer attribute :total_hits_with_done, Integer attribute :total_points, Float attribute :total_points_completed, Float attribute :kind, String end end end
Version data entries
12 entries across 12 versions & 1 rubygems