Class: ShopifyAPI::CollectionListing
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- ShopifyAPI::CollectionListing
- Defined in:
- lib/shopify_api/resources/collection_listing.rb
Instance Method Summary collapse
Methods inherited from Base
activate_session, #as_json, clear_session, #encode, #headers, init_prefix, init_prefix_explicit, #persisted?
Methods included from Countable
Methods inherited from ActiveResource::Base
Instance Method Details
#product_ids(options = {}) ⇒ Object
5 6 7 |
# File 'lib/shopify_api/resources/collection_listing.rb', line 5 def product_ids( = {}) get("#{collection_id}/product_ids", [:params]) end |