Method: Mints::Pub#get_products
- Defined in:
- lib/pub.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
190 191 192 |
# File 'lib/pub.rb', line 190 def get_products( = nil) return @client.raw("get", "/ecommerce/products", ) end |