Sha256: 7d8543ac7aaa1beb60c79c6d951d2f384bb11cec5644edc5e0806919a285d378
Contents?: true
Size: 434 Bytes
Versions: 12
Compression:
Stored size: 434 Bytes
Contents
module Cobrato module Entities class Cnab < Base attribute :id, Integer attribute :type, 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