Sha256: 69445cae4002843d893ac95c688703492774b45eb81b0c40b451536a9f204fcc
Contents?: true
Size: 226 Bytes
Versions: 9
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true module ShopifyAPI class Location < Base def inventory_levels ShopifyAPI::InventoryLevel.find(:all, from: "#{self.class.prefix}locations/#{id}/inventory_levels.json") end end end
Version data entries
9 entries across 9 versions & 2 rubygems