lib/tracker_api/resources/comment.rb in tracker_api-1.1.0 vs lib/tracker_api/resources/comment.rb in tracker_api-1.1.1
- old
+ new
@@ -7,11 +7,11 @@
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 :file_attachment_ids, [Integer]
+ attribute :google_attachment_ids, [Integer]
attribute :commit_identifier, String
attribute :commit_type, String
attribute :kind, String
end
end