module PlentyClient::Warehouse::Location::Level
Constants
- LIST_URL
Public Class Methods
list(warehouse_id, body = {}, &block)
click to toggle source
# File lib/plenty_client/warehouse/location/level.rb, line 14 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/level.rb, line 20 def base_path '/warehouses/locations/levels' end