Sha256: 2b3cec96b00e4459b372958b3a6979151b32eb0b26158953175eb2fa591737e7

Contents?: true

Size: 191 Bytes

Versions: 5

Compression:

Stored size: 191 Bytes

Contents

module SpreeClient
  module Models
    # @see Spree::StockLocation
    # @see SpreeClient::Attributes
    StockLocation = Struct.new *Attributes::STOCK_LOCATION, keyword_init: true
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree-api-client-0.2.5 lib/spree_client/models/stock_location.rb
spree-api-client-0.2.4 lib/spree_client/models/stock_location.rb
spree-api-client-0.2.3 lib/spree_client/models/stock_location.rb
spree-api-client-0.2.2 lib/spree_client/models/stock_location.rb
spree-api-client-0.2.1 lib/spree_client/models/stock_location.rb