lib/tracker_api/resources/me.rb in tracker_api-1.1.0 vs lib/tracker_api/resources/me.rb in tracker_api-1.1.1
- old
+ new
@@ -7,12 +7,12 @@
attribute :initials, String
attribute :username, String
attribute :time_zone, TimeZone
attribute :api_token, String
attribute :has_google_identity, Boolean
- attribute :project_ids, Shared::Collection[Integer]
- attribute :projects, Shared::Collection[MembershipSummary]
- attribute :workspace_ids, Shared::Collection[Integer]
+ attribute :project_ids, [Integer]
+ attribute :projects, [MembershipSummary]
+ attribute :workspace_ids, [Integer]
attribute :email, String
attribute :receives_in_app_notifications, Boolean
attribute :kind, String
end
end