Sha256: 545fd7da3c9b0ab0721104932864df9be8df4853f14d4e009ab37bc16b95c0d4
Contents?: true
Size: 375 Bytes
Versions: 19
Compression:
Stored size: 375 Bytes
Contents
module TrackerApi module Resources class Task include Virtus.model attribute :id, Integer attribute :story_id, Integer attribute :description, String attribute :complete, Boolean attribute :position, Integer attribute :created_at, DateTime attribute :updated_at, DateTime attribute :kind, String end end end
Version data entries
19 entries across 19 versions & 2 rubygems