Sha256: 36f7d01251216cd2389da349cc32550857da935cd19677c8a8c3c83a12ad9a8d
Contents?: true
Size: 549 Bytes
Versions: 53
Compression:
Stored size: 549 Bytes
Contents
module Spree module V2 module Storefront class VariantSerializer < BaseSerializer set_type :variant attributes :name, :sku, :price, :currency, :display_price, :weight, :height, :width, :depth, :is_master, :options_text, :slug, :description attribute :purchasable, &:purchasable? attribute :in_stock, &:in_stock? attribute :backorderable, &:backorderable? belongs_to :product has_many :images has_many :option_values end end end end
Version data entries
53 entries across 53 versions & 1 rubygems