Method: Mints::User#get_prodict_template
- Defined in:
- lib/user.rb
#get_prodict_template(id, options = nil) ⇒ Object
352 353 354 |
# File 'lib/user.rb', line 352 def get_prodict_template(id, = nil) return @client.get__ecommerce__product_templates(id, ) end |