Class: Paypal::Payment::Common::Amount

Inherits:
Base
  • Object
show all
Defined in:
lib/paypal/payment/common/amount.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Util

#==, formatted_amount, to_numeric

Constructor Details

This class inherits a constructor from Paypal::Base

Instance Method Details

#numeric_attribute?(key) ⇒ Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/paypal/payment/common/amount.rb', line 7

def numeric_attribute?(key)
  true
end