Method: Mints::User#get_products
- Defined in:
- lib/user.rb
#get_products(options = nil) ⇒ Object
Get products.
Get a collection of products
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
222 223 224 |
# File 'lib/user.rb', line 222 def get_products( = nil) return @client.get__ecommerce__products() end |