class Express::Payment::Recurring::Summary

Public Instance Methods

numeric_attribute?(key) click to toggle source
Calls superclass method
# File lib/express/payment/recurring/summary.rb, line 6
def numeric_attribute?(key)
  super || [:outstanding_balance, :failed_count].include?(key)
end