Class: Tiss::Model::PagamentosPorData
- Defined in:
- lib/tiss/models/pagamentos_por_data.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#dadosPagamento ⇒ Object
@type: CtPagamentoDados.
-
#dadosResumo ⇒ Object
@type: DadosResumo.
-
#debitosCreditosPorData ⇒ Object
@type: DebitosCreditosPorData.
-
#totaisBrutosPorData ⇒ Object
@type: TotaisBrutosPorData.
-
#totaisLiquidosPorData ⇒ Object
@type: TotaisLiquidosPorData.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#dadosPagamento ⇒ Object
@type: CtPagamentoDados
6 7 8 |
# File 'lib/tiss/models/pagamentos_por_data.rb', line 6 def dadosPagamento @dadosPagamento end |
#dadosResumo ⇒ Object
@type: DadosResumo
9 10 11 |
# File 'lib/tiss/models/pagamentos_por_data.rb', line 9 def dadosResumo @dadosResumo end |
#debitosCreditosPorData ⇒ Object
@type: DebitosCreditosPorData
15 16 17 |
# File 'lib/tiss/models/pagamentos_por_data.rb', line 15 def debitosCreditosPorData @debitosCreditosPorData end |
#totaisBrutosPorData ⇒ Object
@type: TotaisBrutosPorData
12 13 14 |
# File 'lib/tiss/models/pagamentos_por_data.rb', line 12 def totaisBrutosPorData @totaisBrutosPorData end |
#totaisLiquidosPorData ⇒ Object
@type: TotaisLiquidosPorData
18 19 20 |
# File 'lib/tiss/models/pagamentos_por_data.rb', line 18 def totaisLiquidosPorData @totaisLiquidosPorData end |