Sha256: 921ca5170a078e1b22ceb171b20ac88a66c1636fee23a4853c01536e831c1573
Contents?: true
Size: 354 Bytes
Versions: 63
Compression:
Stored size: 354 Bytes
Contents
module Cobrato module Entities class BankAccount < Base attribute :id, Integer attribute :payee_id, Integer attribute :bank_code, String attribute :agency, String attribute :agency_digit, String attribute :account, String attribute :account_digit, String end end end
Version data entries
63 entries across 63 versions & 1 rubygems