Class: Shopify::CustomCollection
- Inherits:
-
ShopifyModel
- Object
- ShopifyModel
- Shopify::CustomCollection
- Defined in:
- lib/shopify.rb
Instance Attribute Summary
Attributes inherited from ShopifyModel
Instance Method Summary collapse
Methods inherited from ShopifyModel
children_of, #initialize, #inspect, instantiate, is_child?, load_api_classes, top_level
Constructor Details
This class inherits a constructor from Shopify::ShopifyModel
Instance Method Details
#products(query_params = {}) ⇒ Object
174 175 176 |
# File 'lib/shopify.rb', line 174 def products(query_params={}) shop.products(query_params.merge(:collection_id => id)) end |