lib/tracker_api/resources/me.rb in tracker_api-1.1.1 vs lib/tracker_api/resources/me.rb in tracker_api-1.2.1

- old
+ new

@@ -10,9 +10,10 @@ attribute :api_token, String attribute :has_google_identity, Boolean attribute :project_ids, [Integer] attribute :projects, [MembershipSummary] attribute :workspace_ids, [Integer] + attribute :workspaces, [Workspace] attribute :email, String attribute :receives_in_app_notifications, Boolean attribute :kind, String end end