Sha256: a2b554cbe6e7b477e48ca9c1d8121f0f5e929a87f0fe0f7eaf7ab7f42fe0dd4c

Contents?: true

Size: 224 Bytes

Versions: 4

Compression:

Stored size: 224 Bytes

Contents

module Paypal
  module Payment
    class Response::Amount < Base
      attr_optional :total, :fee, :handing, :insurance, :ship_disc, :shipping, :tax

      def numeric_attribute?(key)
        true
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
paypal-express-0.0.4 lib/paypal/payment/response/amount.rb
paypal-express-0.0.3 lib/paypal/payment/response/amount.rb
paypal-express-0.0.2 lib/paypal/payment/response/amount.rb
paypal-express-0.0.1 lib/paypal/payment/response/amount.rb