Sha256: 608d4a0a2f1f805a71352ccf6f996136a90837812af5bd67b62aca5fb54a13fa
Contents?: true
Size: 335 Bytes
Versions: 9
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true module ShopifyAPI class ProductListing < Base self.primary_key = :product_id early_july_pagination_release! def self.product_ids ProductId.all end class ProductId < ArrayBase self.resource_prefix = 'product_listings/' end private_constant :ProductId end end
Version data entries
9 entries across 9 versions & 2 rubygems