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