Sha256: 09f1477ed29c1f096902483691036ceac07c956a6bb8eba00b7562d56511468a
Contents?: true
Size: 558 Bytes
Versions: 18
Compression:
Stored size: 558 Bytes
Contents
module TrackerApi module Resources class Comment include Virtus.model attribute :id, Integer attribute :story_id, Integer attribute :epic_id, Integer attribute :text, String attribute :person_id, Integer attribute :created_at, DateTime attribute :updated_at, DateTime attribute :file_attachment_ids, Array[Integer] attribute :google_attachment_ids, Array[Integer] attribute :commit_identifier, String attribute :commit_type, String attribute :kind, String end end end
Version data entries
18 entries across 18 versions & 2 rubygems