Sha256: ceedd15ea55571a418d078af1297a0560bafbfe3b4ba31e38463a8346fcdd75a
Contents?: true
Size: 177 Bytes
Versions: 9
Compression:
Stored size: 177 Bytes
Contents
module ShopifyAPI class ProductListing < Base init_prefix :application def self.product_ids(options = {}) get(:product_ids, options[:params]) end end end
Version data entries
9 entries across 9 versions & 1 rubygems