Class: ShopifyAPI::Customer
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- ShopifyAPI::Customer
- Includes:
- Metafields
- Defined in:
- lib/shopify_api/resources/customer.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Metafields
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
Class Method Details
.search(params) ⇒ Object
9 10 11 |
# File 'lib/shopify_api/resources/customer.rb', line 9 def self.search(params) find(:all, from: :search, params: params) end |