Sha256: 89709c92fecc5fa5eccd6ee6b9c378599bc9d13fe886404b6995743344a58cec
Contents?: true
Size: 338 Bytes
Versions: 6
Compression:
Stored size: 338 Bytes
Contents
module TrackerApi module Resources class ReviewType include Shared::Base attribute :id, Integer attribute :project_id, Integer attribute :name, String attribute :hidden, Boolean attribute :created_at, DateTime attribute :updated_at, DateTime attribute :kind, String end end end
Version data entries
6 entries across 6 versions & 1 rubygems