Class: Brcobranca::Retorno::Base
- Inherits:
-
Object
- Object
- Brcobranca::Retorno::Base
- Defined in:
- lib/brcobranca/retorno/base.rb
Overview
Classe base para retornos bancários
Direct Known Subclasses
Cnab240::Base, Cnab400::BancoBrasilia, Cnab400::BancoNordeste, Cnab400::Base, Cnab400::Credisis, RetornoCbr643, RetornoCnab240, RetornoCnab240::Line, RetornoCnab400
Instance Attribute Summary collapse
-
#abatimento_nao_aproveitado ⇒ Object
Returns the value of attribute abatimento_nao_aproveitado.
-
#agencia_com_dv ⇒ Object
Returns the value of attribute agencia_com_dv.
-
#agencia_recebedora_com_dv ⇒ Object
Returns the value of attribute agencia_recebedora_com_dv.
-
#agencia_sem_dv ⇒ Object
Returns the value of attribute agencia_sem_dv.
-
#arquivo ⇒ Object
Returns the value of attribute arquivo.
-
#banco_recebedor ⇒ Object
Returns the value of attribute banco_recebedor.
-
#carteira ⇒ Object
Returns the value of attribute carteira.
-
#carteira_variacao ⇒ Object
Returns the value of attribute carteira_variacao.
-
#cedente_com_dv ⇒ Object
Returns the value of attribute cedente_com_dv.
-
#codigo_ocorrencia ⇒ Object
Returns the value of attribute codigo_ocorrencia.
-
#codigo_registro ⇒ Object
Returns the value of attribute codigo_registro.
-
#comando ⇒ Object
Returns the value of attribute comando.
-
#convenio ⇒ Object
Returns the value of attribute convenio.
-
#data_credito ⇒ Object
Returns the value of attribute data_credito.
-
#data_liquidacao ⇒ Object
Returns the value of attribute data_liquidacao.
-
#data_ocorrencia ⇒ Object
Returns the value of attribute data_ocorrencia.
-
#data_vencimento ⇒ Object
Returns the value of attribute data_vencimento.
-
#desconto ⇒ Object
Returns the value of attribute desconto.
-
#desconto_concedito ⇒ Object
Returns the value of attribute desconto_concedito.
-
#documento_numero ⇒ Object
Returns the value of attribute documento_numero.
-
#especie_documento ⇒ Object
Returns the value of attribute especie_documento.
-
#indicador_valor ⇒ Object
Returns the value of attribute indicador_valor.
-
#indicativo_lancamento ⇒ Object
Returns the value of attribute indicativo_lancamento.
-
#iof ⇒ Object
Returns the value of attribute iof.
-
#iof_desconto ⇒ Object
Returns the value of attribute iof_desconto.
-
#juros_desconto ⇒ Object
Returns the value of attribute juros_desconto.
-
#juros_mora ⇒ Object
Returns the value of attribute juros_mora.
-
#motivo_ocorrencia ⇒ Object
Returns the value of attribute motivo_ocorrencia.
-
#natureza_recebimento ⇒ Object
Returns the value of attribute natureza_recebimento.
-
#nosso_numero ⇒ Object
Returns the value of attribute nosso_numero.
-
#outras_despesas ⇒ Object
Returns the value of attribute outras_despesas.
-
#outros_recebimento ⇒ Object
Returns the value of attribute outros_recebimento.
-
#sequencial ⇒ Object
Returns the value of attribute sequencial.
-
#tipo_cobranca ⇒ Object
Returns the value of attribute tipo_cobranca.
-
#tipo_cobranca_anterior ⇒ Object
Returns the value of attribute tipo_cobranca_anterior.
-
#valor_abatimento ⇒ Object
Returns the value of attribute valor_abatimento.
-
#valor_ajuste ⇒ Object
Returns the value of attribute valor_ajuste.
-
#valor_lancamento ⇒ Object
Returns the value of attribute valor_lancamento.
-
#valor_recebido ⇒ Object
Returns the value of attribute valor_recebido.
-
#valor_tarifa ⇒ Object
Returns the value of attribute valor_tarifa.
-
#valor_titulo ⇒ Object
Returns the value of attribute valor_titulo.
Instance Attribute Details
#abatimento_nao_aproveitado ⇒ Object
Returns the value of attribute abatimento_nao_aproveitado.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def abatimento_nao_aproveitado @abatimento_nao_aproveitado end |
#agencia_com_dv ⇒ Object
Returns the value of attribute agencia_com_dv.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def agencia_com_dv @agencia_com_dv end |
#agencia_recebedora_com_dv ⇒ Object
Returns the value of attribute agencia_recebedora_com_dv.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def agencia_recebedora_com_dv @agencia_recebedora_com_dv end |
#agencia_sem_dv ⇒ Object
Returns the value of attribute agencia_sem_dv.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def agencia_sem_dv @agencia_sem_dv end |
#arquivo ⇒ Object
Returns the value of attribute arquivo.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def arquivo @arquivo end |
#banco_recebedor ⇒ Object
Returns the value of attribute banco_recebedor.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def banco_recebedor @banco_recebedor end |
#carteira ⇒ Object
Returns the value of attribute carteira.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def carteira @carteira end |
#carteira_variacao ⇒ Object
Returns the value of attribute carteira_variacao.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def carteira_variacao @carteira_variacao end |
#cedente_com_dv ⇒ Object
Returns the value of attribute cedente_com_dv.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def cedente_com_dv @cedente_com_dv end |
#codigo_ocorrencia ⇒ Object
Returns the value of attribute codigo_ocorrencia.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def codigo_ocorrencia @codigo_ocorrencia end |
#codigo_registro ⇒ Object
Returns the value of attribute codigo_registro.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def codigo_registro @codigo_registro end |
#comando ⇒ Object
Returns the value of attribute comando.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def comando @comando end |
#convenio ⇒ Object
Returns the value of attribute convenio.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def convenio @convenio end |
#data_credito ⇒ Object
Returns the value of attribute data_credito.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def data_credito @data_credito end |
#data_liquidacao ⇒ Object
Returns the value of attribute data_liquidacao.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def data_liquidacao @data_liquidacao end |
#data_ocorrencia ⇒ Object
Returns the value of attribute data_ocorrencia.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def data_ocorrencia @data_ocorrencia end |
#data_vencimento ⇒ Object
Returns the value of attribute data_vencimento.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def data_vencimento @data_vencimento end |
#desconto ⇒ Object
Returns the value of attribute desconto.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def desconto @desconto end |
#desconto_concedito ⇒ Object
Returns the value of attribute desconto_concedito.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def desconto_concedito @desconto_concedito end |
#documento_numero ⇒ Object
Returns the value of attribute documento_numero.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def documento_numero @documento_numero end |
#especie_documento ⇒ Object
Returns the value of attribute especie_documento.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def especie_documento @especie_documento end |
#indicador_valor ⇒ Object
Returns the value of attribute indicador_valor.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def indicador_valor @indicador_valor end |
#indicativo_lancamento ⇒ Object
Returns the value of attribute indicativo_lancamento.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def indicativo_lancamento @indicativo_lancamento end |
#iof ⇒ Object
Returns the value of attribute iof.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def iof @iof end |
#iof_desconto ⇒ Object
Returns the value of attribute iof_desconto.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def iof_desconto @iof_desconto end |
#juros_desconto ⇒ Object
Returns the value of attribute juros_desconto.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def juros_desconto @juros_desconto end |
#juros_mora ⇒ Object
Returns the value of attribute juros_mora.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def juros_mora @juros_mora end |
#motivo_ocorrencia ⇒ Object
Returns the value of attribute motivo_ocorrencia.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def motivo_ocorrencia @motivo_ocorrencia end |
#natureza_recebimento ⇒ Object
Returns the value of attribute natureza_recebimento.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def natureza_recebimento @natureza_recebimento end |
#nosso_numero ⇒ Object
Returns the value of attribute nosso_numero.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def nosso_numero @nosso_numero end |
#outras_despesas ⇒ Object
Returns the value of attribute outras_despesas.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def outras_despesas @outras_despesas end |
#outros_recebimento ⇒ Object
Returns the value of attribute outros_recebimento.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def outros_recebimento @outros_recebimento end |
#sequencial ⇒ Object
Returns the value of attribute sequencial.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def sequencial @sequencial end |
#tipo_cobranca ⇒ Object
Returns the value of attribute tipo_cobranca.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def tipo_cobranca @tipo_cobranca end |
#tipo_cobranca_anterior ⇒ Object
Returns the value of attribute tipo_cobranca_anterior.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def tipo_cobranca_anterior @tipo_cobranca_anterior end |
#valor_abatimento ⇒ Object
Returns the value of attribute valor_abatimento.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def valor_abatimento @valor_abatimento end |
#valor_ajuste ⇒ Object
Returns the value of attribute valor_ajuste.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def valor_ajuste @valor_ajuste end |
#valor_lancamento ⇒ Object
Returns the value of attribute valor_lancamento.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def valor_lancamento @valor_lancamento end |
#valor_recebido ⇒ Object
Returns the value of attribute valor_recebido.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def valor_recebido @valor_recebido end |
#valor_tarifa ⇒ Object
Returns the value of attribute valor_tarifa.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def valor_tarifa @valor_tarifa end |
#valor_titulo ⇒ Object
Returns the value of attribute valor_titulo.
7 8 9 |
# File 'lib/brcobranca/retorno/base.rb', line 7 def valor_titulo @valor_titulo end |