Skip to content

Commit

Permalink
add blocker_ids attribute to story resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kang sheng committed Jul 23, 2019
1 parent 43b461a commit 9b3284a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tracker_api/resources/story.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Story
attribute :accepted_at, DateTime
attribute :after_id, Integer
attribute :before_id, Integer
attribute :blocker_ids, [Integer]
attribute :comment_ids, [Integer]
attribute :comments, [Comment]
attribute :created_at, DateTime
Expand Down

0 comments on commit 9b3284a

Please sign in to comment.