Sha256: 2bad30b9c501e53deba1ed76f094a7d95468fdce19670f12824d44cffb9d14cc

Contents?: true

Size: 172 Bytes

Versions: 5

Compression:

Stored size: 172 Bytes

Contents

module SpreeClient
  module Models
    # @see Spree::Product
    # @see SpreeClient::Attributes
    Product = Struct.new *Attributes::PRODUCT, 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/product.rb
spree-api-client-0.2.4 lib/spree_client/models/product.rb
spree-api-client-0.2.3 lib/spree_client/models/product.rb
spree-api-client-0.2.2 lib/spree_client/models/product.rb
spree-api-client-0.2.1 lib/spree_client/models/product.rb