Sha256: 32f841b0a063f7be30e36e9e2c9d66f7b7848690c6775b1e8982ea718b5a50c4
Contents?: true
Size: 141 Bytes
Versions: 1
Compression:
Stored size: 141 Bytes
Contents
# frozen_string_literal: true module SolidusEasypost class ShippingRateCalculator def compute(rate) rate.rate end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_easypost-3.0.0 | lib/solidus_easypost/shipping_rate_calculator.rb |