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