Sha256: ea2905b091bc12bd8d85c0c6915fddb50995ba4e6446731aff7c8b9723451192

Contents?: true

Size: 292 Bytes

Versions: 2

Compression:

Stored size: 292 Bytes

Contents

module Spree
  class Product
    include Spree::Model

    define_model_attributes :id, :taxon_ids, :permalink, :description, :option_types,
        :product_properties, :meta_description, :price, :available_on, :reviews,
        :name, :related_products, :meta_keywords, :variants
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree-wrap-0.0.2 motion/spree/product.rb
spree-wrap-0.0.1 motion/spree/product.rb