Sha256: 07050e0f45247b053cf833ab9bf8bb9098a23d1f6734d79b7f56995d98fa6b9d
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
module Shipstation class Store < ApiResource extend Shipstation::APIOperations::Retrieve class << self def list response = Shipstation.request(:get, 'stores') return response end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shipstation-0.5.2 | lib/shipstation/store.rb |
shipstation-0.3.2 | lib/shipstation/store.rb |