lib/tracker_api/resources/me.rb in tracker_api-0.2.9 vs lib/tracker_api/resources/me.rb in tracker_api-0.2.10
- old
+ new
@@ -1,10 +1,9 @@
module TrackerApi
module Resources
class Me
- include Virtus.model
+ include Resources::Base
- attribute :id, Integer
attribute :name, String
attribute :initials, String
attribute :username, String
attribute :time_zone, TrackerApi::Resources::TimeZone
attribute :api_token, String