Sha256: f76853995fe1b0f7f5f2c576bf8b42ca34b04c27b3c3d0c28bd276eeef080843
Contents?: true
Size: 347 Bytes
Versions: 4
Compression:
Stored size: 347 Bytes
Contents
module Shipstation class Store < ApiResource extend Shipstation::APIOperations::List extend Shipstation::APIOperations::Retrieve extend Shipstation::APIOperations::Update class << self def list(params = {}) response = Shipstation.request(:get, 'stores', params) return response end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
shipstation-0.25 | lib/shipstation/store.rb |
shipstation-0.24 | lib/shipstation/store.rb |
shipstation-0.23 | lib/shipstation/store.rb |
shipstation-0.22 | lib/shipstation/store.rb |