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

- old
+ new

@@ -1,8 +1,8 @@ module TrackerApi module Resources class Task - include Resources::Base + include Shared::HasId attribute :story_id, Integer attribute :description, String attribute :complete, Boolean attribute :position, Integer