lib/tracker_api/resources/person.rb in tracker_api-0.2.6 vs lib/tracker_api/resources/person.rb in tracker_api-0.2.7
- old
+ new
@@ -1,11 +1,9 @@
module TrackerApi
module Resources
class Person
include Virtus.model
- attribute :client
-
attribute :kind, String
attribute :id, Integer
attribute :name, String
attribute :email, String
attribute :initials, String