Class: Shipstation::Tag
- Inherits:
-
ApiResource
- Object
- ApiResource
- Shipstation::Tag
- Defined in:
- lib/shipstation/tag.rb
Class Method Summary collapse
Methods inherited from ApiResource
Class Method Details
.list ⇒ Object
5 6 7 8 9 |
# File 'lib/shipstation/tag.rb', line 5 def list response = Shipstation.request(:get, 'accounts/listtags') return response end |