Sha256: e89d6adddbfa2108794277ba79471a765f9605d863406bd62247919f38606450
Contents?: true
Size: 476 Bytes
Versions: 12
Compression:
Stored size: 476 Bytes
Contents
module Cobrato module Entities class Cnab < Base attribute :id, Integer attribute :type, String attribute :filename, String attribute :status, String attribute :config_id, Integer attribute :charge_config_id, Integer # DEPRECATED def charge_config_id puts "Warning: 'charge_config_id' is deprecated. Use 'config_id' instead." super end end end end
Version data entries
12 entries across 12 versions & 1 rubygems