werein/prestashop

View on GitHub
lib/prestashop/mapper/models/warehouse_product_location.rb

Summary

Maintainability
A
0 mins
Test Coverage
using Prestashop::Mapper::Refinement
module Prestashop
  module Mapper
    class WarehouseProductLocation < Model
      resource :warehouse_product_locations
      model :warehouse_product_location
    end
  end
end