Sha256: 282a0e7b0855e402b9f1f624a505d77aeb3bdd0c652e583322f94a9361f8f971
Contents?: true
Size: 311 Bytes
Versions: 50
Compression:
Stored size: 311 Bytes
Contents
module Dugway module Drops class ShippingOptionDrop < BaseDrop def country @country ||= CountryDrop.new(source['country']) end # internal def strict @strict ||= product.shipping.size > 1 || product.shipping.first.country.name.present? end end end end
Version data entries
50 entries across 50 versions & 1 rubygems