Method: ArrowPayments::Customer#PaymentMethods

Defined in:
lib/arrow_payments/customer.rb

#PaymentMethodsObject



20
21
22
# File 'lib/arrow_payments/customer.rb', line 20

def PaymentMethods
  (payment_methods || []).map(&:to_source_hash)
end