Class: Shipstation::Warehouse
- Inherits:
-
ApiResource
- Object
- ApiResource
- Shipstation::Warehouse
- Extended by:
- APIOperations::Create, APIOperations::Retrieve, APIOperations::Update
- Defined in:
- lib/shipstation/warehouse.rb
Class Method Summary collapse
Methods included from APIOperations::Create
Methods included from APIOperations::Retrieve
Methods included from APIOperations::Update
Methods inherited from ApiResource
Class Method Details
.list ⇒ Object
8 9 10 11 12 |
# File 'lib/shipstation/warehouse.rb', line 8 def list response = Shipstation.request(:get, 'warehouses') return response end |