Method: Mints::User#get_product_brands
- Defined in:
- lib/user.rb
#get_product_brands(options = nil) ⇒ Object
Get product brands.
Get a collection of product brands
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
306 307 308 |
# File 'lib/user.rb', line 306 def get_product_brands( = nil) return @client.get__ecommerce__product_brands() end |