lib/tracker_api/resources/comment.rb in tracker_api-1.5.0 vs lib/tracker_api/resources/comment.rb in tracker_api-1.6.0
- old
+ new
@@ -8,9 +8,10 @@
attribute :project_id, Integer
attribute :story_id, Integer
attribute :epic_id, Integer
attribute :text, String
attribute :person_id, Integer
+ attribute :person, Person
attribute :created_at, DateTime
attribute :updated_at, DateTime
attribute :file_attachment_ids, [Integer]
attribute :google_attachment_ids, [Integer]
attribute :commit_identifier, String