lib/tracker_api/resources/comment.rb in tracker_api-0.2.9 vs lib/tracker_api/resources/comment.rb in tracker_api-0.2.10
- old
+ new
@@ -1,10 +1,9 @@
module TrackerApi
module Resources
class Comment
- include Virtus.model
+ include Resources::Base
- attribute :id, Integer
attribute :story_id, Integer
attribute :epic_id, Integer
attribute :text, String
attribute :person_id, Integer
attribute :created_at, DateTime
\ No newline at end of file