Method: ActiveMerchant::Billing::CreditCard#last_digits
- Defined in:
- lib/active_merchant/billing/credit_card.rb
#last_digits ⇒ Object
98 99 100 |
# File 'lib/active_merchant/billing/credit_card.rb', line 98 def last_digits self.class.last_digits(number) end |