Class: Cobrato::Entities::Cnab

Inherits:
Base
  • Object
show all
Defined in:
lib/cobrato/entities/cnab.rb

Direct Known Subclasses

RegressCnab, RemittanceCnab

Instance Method Summary collapse

Methods inherited from Base

#url

Instance Method Details

#charge_config_idObject



11
12
13
14
# File 'lib/cobrato/entities/cnab.rb', line 11

def charge_config_id
  puts "Warning: 'charge_config_id' is deprecated. Use 'config_id' instead."
  super
end