Module: Shoplo::API::Customer
- Included in:
- Client
- Defined in:
- lib/shoplo/api/customer.rb
Instance Method Summary collapse
Instance Method Details
#get_customers(params = {}) ⇒ Object
4 5 6 |
# File 'lib/shoplo/api/customer.rb', line 4 def get_customers(params = {}) get_content('customers', params) end |