module PlentyClient::Warehouse::Location
Constants
- LIST_URL
Public Class Methods
list(warehouse_id, body = {}, &block)
click to toggle source
# File lib/plenty_client/warehouse/location.rb, line 13 def list(warehouse_id, body = {}, &block) get(format(LIST_URL, warehouse_id: warehouse_id), body, &block) end
Private Class Methods
base_path()
click to toggle source
# File lib/plenty_client/warehouse/location.rb, line 19 def base_path '/warehouses/locations' end