Sha256: 4ad24c24124032adc5a2bcda482464318deb623555f41542f98ab52ab3eeced9
Contents?: true
Size: 456 Bytes
Versions: 9
Compression:
Stored size: 456 Bytes
Contents
attributes *variant_attributes cache [I18n.locale, 'small_variant', root_object] node(:display_price) { |p| p.display_price.to_s } node(:options_text) { |v| v.options_text } node(:in_stock) { |v| v.in_stock? } node(:is_backorderable) { |v| v.is_backorderable? } node(:total_on_hand) { |v| v.total_on_hand } child :option_values => :option_values do attributes *option_value_attributes end child(:images => :images) { extends "spree/api/images/show" }
Version data entries
9 entries across 9 versions & 1 rubygems