Sha256: 58236a18d264048fb07114d1254a24b8c075abd39da326397b4ef323f53e1873
Contents?: true
Size: 357 Bytes
Versions: 4
Compression:
Stored size: 357 Bytes
Contents
module Shipstation class Warehouse < ApiResource extend Shipstation::APIOperations::Create extend Shipstation::APIOperations::Retrieve extend Shipstation::APIOperations::Update class << self def list(params = {}) response = Shipstation.request(:get, 'warehouses', params) return response end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
shipstation-0.25 | lib/shipstation/warehouse.rb |
shipstation-0.24 | lib/shipstation/warehouse.rb |
shipstation-0.23 | lib/shipstation/warehouse.rb |
shipstation-0.22 | lib/shipstation/warehouse.rb |