lib/tracker_api/resources/change.rb in tracker_api-0.2.10 vs lib/tracker_api/resources/change.rb in tracker_api-0.2.11
- old
+ new
@@ -1,8 +1,8 @@
module TrackerApi
module Resources
class Change
- include Resources::Base
+ include Shared::HasId
attribute :change_type, String
attribute :kind, String
attribute :name, String
attribute :new_values, Hash