lib/tracker_api/resources/account.rb in tracker_api-0.2.12 vs lib/tracker_api/resources/account.rb in tracker_api-1.0.0
- old
+ new
@@ -1,8 +1,8 @@
module TrackerApi
module Resources
class Account
- include Shared::HasId
+ include Shared::Base
attribute :created_at, DateTime
attribute :status, String
attribute :kind, String
attribute :name, String