Class: Paypal::Payment::Recurring::Summary
- Inherits:
-
Base
- Object
- Base
- Paypal::Payment::Recurring::Summary
- Defined in:
- lib/paypal/payment/recurring/summary.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
- (Boolean) numeric_attribute?(key)
6 7 8 |
# File 'lib/paypal/payment/recurring/summary.rb', line 6 def numeric_attribute?(key) super || [:outstanding_balance, :failed_count].include?(key) end |