Sha256: 2d2db64abe474e24b263ae48aedf28bbb95bf545079e81833b4e9db8c5f81ec3
Contents?: true
Size: 218 Bytes
Versions: 4
Compression:
Stored size: 218 Bytes
Contents
module Shipstation class Tag < ApiResource class << self def list(params = {}) response = Shipstation.request(:get, 'accounts/listtags', params) return response end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
shipstation-0.25 | lib/shipstation/tag.rb |
shipstation-0.24 | lib/shipstation/tag.rb |
shipstation-0.23 | lib/shipstation/tag.rb |
shipstation-0.22 | lib/shipstation/tag.rb |