Sha256: bcdd2d16b68baf72159df00f91effc37cccb856e8c0bc6f2b6c1379ffd2262fa
Contents?: true
Size: 451 Bytes
Versions: 2
Compression:
Stored size: 451 Bytes
Contents
object @line_item cache @line_item attributes *line_item_attributes node(:single_display_amount) { |li| li.single_display_amount.to_s } node(:display_amount) { |li| li.display_amount.to_s } node(:total) { |li| li.total } child :variant do extends "spree/api/variants/small" attributes :product_id child(:images => :images) { extends "spree/api/images/show" } end child :adjustments => :adjustments do extends "spree/api/adjustments/show" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_api-2.2.2 | app/views/spree/api/line_items/show.v1.rabl |
spree_api-2.2.1 | app/views/spree/api/line_items/show.v1.rabl |