Class: ShopifyAPI::SmartCollection
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- ShopifyAPI::SmartCollection
- Includes:
- Events, Metafields
- Defined in:
- lib/shopify_api/resources/smart_collection.rb
Instance Method Summary collapse
Methods included from Metafields
Methods included from Events
Methods included from Countable
Methods inherited from ActiveResource::Base
Instance Method Details
#products ⇒ Object
6 7 8 |
# File 'lib/shopify_api/resources/smart_collection.rb', line 6 def products Product.find(:all, :params => {:collection_id => self.id}) end |