lib/tracker_api/resources/epic.rb in tracker_api-0.2.9 vs lib/tracker_api/resources/epic.rb in tracker_api-0.2.10

- old
+ new

@@ -1,10 +1,9 @@ module TrackerApi module Resources class Epic - include Virtus.model + include Resources::Base - attribute :id, Integer attribute :created_at, DateTime attribute :description, String attribute :kind, String attribute :label, TrackerApi::Resources::Label attribute :name, String