lib/tracker_api/resources/comment.rb in tracker_api-0.2.10 vs lib/tracker_api/resources/comment.rb in tracker_api-0.2.11

- old
+ new

@@ -1,8 +1,8 @@ module TrackerApi module Resources class Comment - include Resources::Base + include Shared::HasId attribute :story_id, Integer attribute :epic_id, Integer attribute :text, String attribute :person_id, Integer \ No newline at end of file