Method: Mints::User#get_locations
- Defined in:
- lib/user.rb
#get_locations(options = nil) ⇒ Object
Get locations.
Get a collection of locations
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
370 371 372 |
# File 'lib/user.rb', line 370 def get_locations( = nil) return @client.get__ecommerce__locations() end |