Sha256: 38087b1e8da48538a3cfe91c362319efbb17fbf8c87548944232f72a5483d58e
Contents?: true
Size: 248 Bytes
Versions: 28
Compression:
Stored size: 248 Bytes
Contents
module Cobrato module Entities class RegressCnab < Base attribute :id, Integer attribute :charge_config_id, Integer attribute :status, String attribute :report, Hash end end end
Version data entries
28 entries across 28 versions & 1 rubygems