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 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
#order(options = {}) ⇒ Object
10 11 12 |
# File 'lib/shopify_api/resources/smart_collection.rb', line 10 def order(={}) load_attributes_from_response(put(:order, , only_id)) end |