I am using the Shopify API gem in my rails app to access customers and orders.
I can pull down Customer Groups fine like below and all working well.
ShopifyAPI::CustomerGroup.find
I know want to access customers within a customer group, using the API call /admin/customer_groups/#{id}/customers.json
How do I do this in the same format as I do for the groups (i.e. using the Shopify API gem)