lib/tracker_api/resources/epic.rb in tracker_api-1.1.0 vs lib/tracker_api/resources/epic.rb in tracker_api-1.1.1
- old
+ new
@@ -3,15 +3,15 @@
class Epic
include Shared::Base
attribute :client
- attribute :comment_ids, Shared::Collection[Integer]
- attribute :comments, Shared::Collection[Comment]
+ attribute :comment_ids, [Integer]
+ attribute :comments, [Comment]
attribute :created_at, DateTime
attribute :description, String
- attribute :follower_ids, Shared::Collection[Integer]
- attribute :followers, Shared::Collection[Person]
+ attribute :follower_ids, [Integer]
+ attribute :followers, [Person]
attribute :kind, String
attribute :label, Label
attribute :label_id, Integer
attribute :name, String
attribute :project_id, Integer