Sha256: b9c2e783bebc09524a7ae54062108b8c833b51d0ac3ae8c7a85c1b9831885d9d
Contents?: true
Size: 381 Bytes
Versions: 5
Compression:
Stored size: 381 Bytes
Contents
module TrackerApi module Resources class MembershipSummary include Virtus.model attribute :client attribute :id, Integer attribute :kind, String attribute :last_viewed_at, DateTime attribute :project_color, String attribute :project_id, Integer attribute :project_name, String attribute :role, String end end end
Version data entries
5 entries across 5 versions & 1 rubygems