Method: Locations#get_locations
- Defined in:
- lib/user/ecommerce/locations.rb
#get_locations(options = nil, use_post = true) ⇒ Object
options = {
"fields": "id, title"
}
@data = @mints_user.get_locations()
20 21 22 |
# File 'lib/user/ecommerce/locations.rb', line 20 def get_locations( = nil, use_post = true) return get_query_results("/ecommerce/locations", , use_post) end |