Method: ActiveShipping::RateEstimate#package_count

Defined in:
lib/active_shipping/rate_estimate.rb

#package_countInteger

The number of packages for which rate estimates are given.

Returns:

  • (Integer)


129
130
131
# File 'lib/active_shipping/rate_estimate.rb', line 129

def package_count
  package_rates.length
end