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
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.
-
#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.
-
#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_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.
-
#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.
-
#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.
32 33 34 |
# File 'lib/brcobranca/retorno/base.rb', line 32 def abatimento_nao_aproveitado @abatimento_nao_aproveitado end |
#agencia_com_dv ⇒ Object
Returns the value of attribute agencia_com_dv.
4 5 6 |
# File 'lib/brcobranca/retorno/base.rb', line 4 def agencia_com_dv @agencia_com_dv end |
#agencia_recebedora_com_dv ⇒ Object
Returns the value of attribute agencia_recebedora_com_dv.
20 21 22 |
# File 'lib/brcobranca/retorno/base.rb', line 20 def agencia_recebedora_com_dv @agencia_recebedora_com_dv end |
#arquivo ⇒ Object
Returns the value of attribute arquivo.
38 39 40 |
# File 'lib/brcobranca/retorno/base.rb', line 38 def arquivo @arquivo end |
#banco_recebedor ⇒ Object
Returns the value of attribute banco_recebedor.
19 20 21 |
# File 'lib/brcobranca/retorno/base.rb', line 19 def banco_recebedor @banco_recebedor end |
#carteira ⇒ Object
Returns the value of attribute carteira.
14 15 16 |
# File 'lib/brcobranca/retorno/base.rb', line 14 def carteira @carteira end |
#carteira_variacao ⇒ Object
Returns the value of attribute carteira_variacao.
11 12 13 |
# File 'lib/brcobranca/retorno/base.rb', line 11 def carteira_variacao @carteira_variacao end |
#cedente_com_dv ⇒ Object
Returns the value of attribute cedente_com_dv.
5 6 7 |
# File 'lib/brcobranca/retorno/base.rb', line 5 def cedente_com_dv @cedente_com_dv end |
#comando ⇒ Object
Returns the value of attribute comando.
15 16 17 |
# File 'lib/brcobranca/retorno/base.rb', line 15 def comando @comando end |
#convenio ⇒ Object
Returns the value of attribute convenio.
6 7 8 |
# File 'lib/brcobranca/retorno/base.rb', line 6 def convenio @convenio end |
#data_credito ⇒ Object
Returns the value of attribute data_credito.
22 23 24 |
# File 'lib/brcobranca/retorno/base.rb', line 22 def data_credito @data_credito end |
#data_liquidacao ⇒ Object
Returns the value of attribute data_liquidacao.
16 17 18 |
# File 'lib/brcobranca/retorno/base.rb', line 16 def data_liquidacao @data_liquidacao end |
#data_vencimento ⇒ Object
Returns the value of attribute data_vencimento.
17 18 19 |
# File 'lib/brcobranca/retorno/base.rb', line 17 def data_vencimento @data_vencimento end |
#desconto ⇒ Object
Returns the value of attribute desconto.
12 13 14 |
# File 'lib/brcobranca/retorno/base.rb', line 12 def desconto @desconto end |
#desconto_concedito ⇒ Object
Returns the value of attribute desconto_concedito.
28 29 30 |
# File 'lib/brcobranca/retorno/base.rb', line 28 def desconto_concedito @desconto_concedito end |
#especie_documento ⇒ Object
Returns the value of attribute especie_documento.
21 22 23 |
# File 'lib/brcobranca/retorno/base.rb', line 21 def especie_documento @especie_documento end |
#indicador_valor ⇒ Object
Returns the value of attribute indicador_valor.
35 36 37 |
# File 'lib/brcobranca/retorno/base.rb', line 35 def indicador_valor @indicador_valor end |
#indicativo_lancamento ⇒ Object
Returns the value of attribute indicativo_lancamento.
34 35 36 |
# File 'lib/brcobranca/retorno/base.rb', line 34 def indicativo_lancamento @indicativo_lancamento end |
#iof ⇒ Object
Returns the value of attribute iof.
13 14 15 |
# File 'lib/brcobranca/retorno/base.rb', line 13 def iof @iof end |
#iof_desconto ⇒ Object
Returns the value of attribute iof_desconto.
26 27 28 |
# File 'lib/brcobranca/retorno/base.rb', line 26 def iof_desconto @iof_desconto end |
#juros_desconto ⇒ Object
Returns the value of attribute juros_desconto.
25 26 27 |
# File 'lib/brcobranca/retorno/base.rb', line 25 def juros_desconto @juros_desconto end |
#juros_mora ⇒ Object
Returns the value of attribute juros_mora.
30 31 32 |
# File 'lib/brcobranca/retorno/base.rb', line 30 def juros_mora @juros_mora end |
#natureza_recebimento ⇒ Object
Returns the value of attribute natureza_recebimento.
10 11 12 |
# File 'lib/brcobranca/retorno/base.rb', line 10 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.
24 25 26 |
# File 'lib/brcobranca/retorno/base.rb', line 24 def outras_despesas @outras_despesas end |
#outros_recebimento ⇒ Object
Returns the value of attribute outros_recebimento.
31 32 33 |
# File 'lib/brcobranca/retorno/base.rb', line 31 def outros_recebimento @outros_recebimento end |
#sequencial ⇒ Object
Returns the value of attribute sequencial.
37 38 39 |
# File 'lib/brcobranca/retorno/base.rb', line 37 def sequencial @sequencial end |
#tipo_cobranca ⇒ Object
Returns the value of attribute tipo_cobranca.
8 9 10 |
# File 'lib/brcobranca/retorno/base.rb', line 8 def tipo_cobranca @tipo_cobranca end |
#tipo_cobranca_anterior ⇒ Object
Returns the value of attribute tipo_cobranca_anterior.
9 10 11 |
# File 'lib/brcobranca/retorno/base.rb', line 9 def tipo_cobranca_anterior @tipo_cobranca_anterior end |
#valor_abatimento ⇒ Object
Returns the value of attribute valor_abatimento.
27 28 29 |
# File 'lib/brcobranca/retorno/base.rb', line 27 def valor_abatimento @valor_abatimento end |
#valor_ajuste ⇒ Object
Returns the value of attribute valor_ajuste.
36 37 38 |
# File 'lib/brcobranca/retorno/base.rb', line 36 def valor_ajuste @valor_ajuste end |
#valor_lancamento ⇒ Object
Returns the value of attribute valor_lancamento.
33 34 35 |
# File 'lib/brcobranca/retorno/base.rb', line 33 def valor_lancamento @valor_lancamento end |
#valor_recebido ⇒ Object
Returns the value of attribute valor_recebido.
29 30 31 |
# File 'lib/brcobranca/retorno/base.rb', line 29 def valor_recebido @valor_recebido end |
#valor_tarifa ⇒ Object
Returns the value of attribute valor_tarifa.
23 24 25 |
# File 'lib/brcobranca/retorno/base.rb', line 23 def valor_tarifa @valor_tarifa end |
#valor_titulo ⇒ Object
Returns the value of attribute valor_titulo.
18 19 20 |
# File 'lib/brcobranca/retorno/base.rb', line 18 def valor_titulo @valor_titulo end |