Sha256: 0404f2bc0f7e96820ba583fc2e8156d49232b88370193819084fbd4c8f9884f5
Contents?: true
Size: 207 Bytes
Versions: 22
Compression:
Stored size: 207 Bytes
Contents
module Cobrato module Entities class PaymentConfig < Base attribute :id, Integer attribute :name, String attribute :bank_account_id, Integer end end end
Version data entries
22 entries across 22 versions & 1 rubygems