Sha256: 1d03fd751d31a35a374dc63bd275822d28ddd2ac6b5bb6b4f4f86ccf35026c08
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
module Shipstation class Carrier < ApiResource extend Shipstation::APIOperations::List class << self def list_services(params = {}) response = Shipstation.request(:get, 'carriers/listservices', params) return response end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shipstation-0.26 | lib/shipstation/carrier.rb |