Method: Mints::User#get_locations

Defined in:
lib/user.rb

#get_locations(options = nil) ⇒ Object

Get locations.

Get a collection of locations

Parameters



370
371
372
# File 'lib/user.rb', line 370

def get_locations(options = nil)
  return @client.get__ecommerce__locations(options)
end