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