Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit d497ab3

Browse files
committed
Add attribute context to notification resource #95
1 parent 538b3a6 commit d497ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tracker_api/resources/notification.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class Notification
66
attribute :client
77

88
attribute :message, String
9+
attribute :context, String
910
attribute :kind, String
1011
attribute :project, Project
1112
attribute :story, Story

0 commit comments

Comments
 (0)