Class: Tiss::Model::CtPagamentoDados
- Defined in:
- lib/tiss/models/ct_pagamento_dados.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#agencia ⇒ Object
@type: StTexto7.
-
#banco ⇒ Object
@type: StTexto4.
-
#dataPagamento ⇒ Object
@type: StData.
-
#formaPagamento ⇒ Object
@type: DmFormaPagamento.
-
#nrContaCheque ⇒ Object
@type: StTexto20.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#agencia ⇒ Object
@type: StTexto7
15 16 17 |
# File 'lib/tiss/models/ct_pagamento_dados.rb', line 15 def agencia @agencia end |
#banco ⇒ Object
@type: StTexto4
12 13 14 |
# File 'lib/tiss/models/ct_pagamento_dados.rb', line 12 def banco @banco end |
#dataPagamento ⇒ Object
@type: StData
6 7 8 |
# File 'lib/tiss/models/ct_pagamento_dados.rb', line 6 def dataPagamento @dataPagamento end |
#formaPagamento ⇒ Object
@type: DmFormaPagamento
9 10 11 |
# File 'lib/tiss/models/ct_pagamento_dados.rb', line 9 def formaPagamento @formaPagamento end |
#nrContaCheque ⇒ Object
@type: StTexto20
18 19 20 |
# File 'lib/tiss/models/ct_pagamento_dados.rb', line 18 def nrContaCheque @nrContaCheque end |