Sha256: 5a7a1bc43adfc899a9377c9073ebc1a50f5f6349b94a869ae906c539567745ff
Contents?: true
Size: 478 Bytes
Versions: 8
Compression:
Stored size: 478 Bytes
Contents
# frozen_string_literal: true module FreightKit # The `RateResponse` object is returned by the {FreightKit::Carrier#find_rates} # call. The most important method is {#rates}, which will return a list of possible # shipping options with an estimated price. # # @!attribute rates # The available rate options for the shipment, with an estimated price. # @return [Array<FreightKit::Rate>] # class RateResponse < Response attr_accessor :rates end end
Version data entries
8 entries across 8 versions & 1 rubygems