Sha256: 7921a1b9e3459d1dfee1abca16f4d278712991965dd30cb3f05b816447df909e
Contents?: true
Size: 400 Bytes
Versions: 4
Compression:
Stored size: 400 Bytes
Contents
module TrackerApi module Resources class Task include Virtus.model attribute :client 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
4 entries across 4 versions & 1 rubygems