Sha256: e64dcd52f0a93d8b301b5de298041f1614fc0a5bf6435ef6c10a26968592cd40
Contents?: true
Size: 152 Bytes
Versions: 20
Compression:
Stored size: 152 Bytes
Contents
module ShopifyAPI class CollectionListing < Base self.primary_key = :collection_id def product_ids get(:product_ids) end end end
Version data entries
20 entries across 20 versions & 1 rubygems