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

- old
+ new

@@ -1,11 +1,10 @@ module TrackerApi module Resources class Change - include Virtus.model + include Resources::Base attribute :change_type, String - attribute :id, Integer attribute :kind, String attribute :name, String attribute :new_values, Hash attribute :original_values, Hash attribute :story_type, String