Sha256: 4642f5144b3c9b8bf96c7c9774d5039ecf753d747b70b38eb07021e5e2caca71
Contents?: true
Size: 224 Bytes
Versions: 134
Compression:
Stored size: 224 Bytes
Contents
# frozen_string_literal: true json.shipping_rates @shipping_rates do |shipping_rate| json.(shipping_rate, :name, :cost, :shipping_method_id, :shipping_method_code) json.display_cost(shipping_rate.display_cost.to_s) end
Version data entries
134 entries across 134 versions & 2 rubygems