Method: Mints::User#get_location

Defined in:
lib/user.rb

#get_location(id, options = nil) ⇒ Object



374
375
376
# File 'lib/user.rb', line 374

def get_location(id, options = nil)
  return @client.get__ecommerce__locations(id, options)
end