Class: Paypal::Payment::Common::Amount
- Defined in:
- lib/paypal/payment/common/amount.rb
Instance Method Summary collapse
Methods inherited from Base
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
7 8 9 |
# File 'lib/paypal/payment/common/amount.rb', line 7 def numeric_attribute?(key) true end |