Sha256: 9b160748ad94559a537dc88cfc054d30b6016388972e58bcf530403d752739db

Contents?: true

Size: 253 Bytes

Versions: 7

Compression:

Stored size: 253 Bytes

Contents

module Shipstation
    class Tag < ApiResource

        class << self
            def list
                response = Shipstation.request(:get, 'accounts/listtags')
                
                return response
            end
        end
    end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shipstation-0.14.5 lib/shipstation/tag.rb
shipstation-0.13.5 lib/shipstation/tag.rb
shipstation-0.13.4 lib/shipstation/tag.rb
shipstation-0.12.4 lib/shipstation/tag.rb
shipstation-0.12.3 lib/shipstation/tag.rb
shipstation-0.12.1 lib/shipstation/tag.rb
shipstation-0.5.2 lib/shipstation/tag.rb