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