Sha256: cf4030f28329391e3a254348d56a524eaa5dcf7c56637a834c63e92721346c9c
Contents?: true
Size: 556 Bytes
Versions: 2
Compression:
Stored size: 556 Bytes
Contents
module TrackerApi module Resources class Comment include Shared::Base 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, Shared::Collection[Integer] attribute :google_attachment_ids, Shared::Collection[Integer] attribute :commit_identifier, String attribute :commit_type, String attribute :kind, String end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tracker_api-1.1.0 | lib/tracker_api/resources/comment.rb |
tracker_api-1.0.0 | lib/tracker_api/resources/comment.rb |