Sha256: f92c7c6314732904aeeaaff722384c653ab80feb8d7651fbba3b1ccc1a17918d
Contents?: true
Size: 252 Bytes
Versions: 10
Compression:
Stored size: 252 Bytes
Contents
module Paypal module Payment module Common class Amount < Base attr_optional :total, :fee, :handing, :insurance, :ship_disc, :shipping, :tax def numeric_attribute?(key) true end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems