Method: Locations#get_location_templates
- Defined in:
- lib/user/ecommerce/locations.rb
#get_location_templates(options = nil) ⇒ Object
Get location templates.
Get a collection of location templates.
Parameters
- options
-
(Hash) – List of Resource Collection Options shown above can be used as parameter.
First Example
@data = @mints_user.get_location_templates
Second Example
= { "fields": "title" }
@data = @mints_user.get_location_templates()
117 118 119 |
# File 'lib/user/ecommerce/locations.rb', line 117 def get_location_templates( = nil) return @client.raw("get", "/ecommerce/location-templates", ) end |