Class: ShopifyAPI::SmartCollection

Inherits:
Base
  • Object
show all
Defined in:
lib/shopify_api.rb

Instance Method Summary collapse

Methods included from Countable

#count

Instance Method Details

#productsObject



230
231
232
# File 'lib/shopify_api.rb', line 230

def products
  Product.find(:all, :params => {:collection_id => self.id})
end