Sha256: 2694a1c4bf2b18c24dd7cbc44b5192e8f8c59a9e657b4712be57659aae9646ad
Contents?: true
Size: 295 Bytes
Versions: 50
Compression:
Stored size: 295 Bytes
Contents
module ShopifyAPI class SmartCollection < Base include Events include Metafields def products Product.find(:all, :params => {:collection_id => self.id}) end def order(options={}) load_attributes_from_response(put(:order, options, only_id)) end end end
Version data entries
50 entries across 50 versions & 1 rubygems