Class: Unico::CreditorBankAccount

Inherits:
Model
  • Object
show all
Extended by:
EnumerateIt
Defined in:
app/models/unico/creditor_bank_account.rb

Direct Known Subclasses

CreditorBankAccount

Instance Method Summary collapse

Instance Method Details

#to_sObject



18
19
20
# File 'app/models/unico/creditor_bank_account.rb', line 18

def to_s
  "#{number}-#{digit}"
end