Sha256: 6d69affed03764880521a0f316a9cc2876caef7ba856f8a84617945aa899544e
Contents?: true
Size: 184 Bytes
Versions: 11
Compression:
Stored size: 184 Bytes
Contents
module ShopifyAPI class Location < Base def inventory_levels ShopifyAPI::InventoryLevel.find(:all, from: "/admin/locations/#{id}/inventory_levels.json") end end end
Version data entries
11 entries across 11 versions & 1 rubygems