Created
May 24, 2019 22:05
-
-
Save joegaudet/accc57c7e8987b5b69bcc593f5bf7ede to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @param [Integer] order_id order | |
# @return [Hash] | |
# @example | |
# | |
# teams: { | |
# members-with-goms: [45, 21, 41], | |
# members-with-orders: [21, 41], | |
# member-order-totals: { | |
# 45: 1400, | |
# 21: 1678 | |
# } | |
# }, | |
# team-counts: { | |
# 100: { | |
# members-ordered-count: 3, | |
# total-member-count: 5 | |
# } | |
# } | |
# joined-users-counts: { | |
# users-with-goms: [1, 2, 3] | |
# users-with-orders: [1, 2] | |
# } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment