Sha256: 812400412181f8f892a47ff07fd66c6de5eb521e820ecbee84c53454d97df23f

Contents?: true

Size: 197 Bytes

Versions: 7

Compression:

Stored size: 197 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.21 lib/shipstation/tag.rb
shipstation-0.20 lib/shipstation/tag.rb
shipstation-0.18 lib/shipstation/tag.rb
shipstation-0.16.7 lib/shipstation/tag.rb
shipstation-0.16.6 lib/shipstation/tag.rb
shipstation-0.16.5 lib/shipstation/tag.rb
shipstation-0.15.5 lib/shipstation/tag.rb