Class: Tiss::Model::DadosPagamentoPorData

Inherits:
Base
  • Object
show all
Defined in:
lib/tiss/models/dados_pagamento_por_data.rb

Constant Summary

Constants inherited from Base

Base::DEFINED_ATTRIBUTES

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values

Instance Attribute Details

#dadosPagamentoObject

@type: DadosPagamento



6
7
8
# File 'lib/tiss/models/dados_pagamento_por_data.rb', line 6

def dadosPagamento
  @dadosPagamento
end

#debCredPorDataPagamentoObject

@type: DebCredPorDataPagamento



15
16
17
# File 'lib/tiss/models/dados_pagamento_por_data.rb', line 15

def debCredPorDataPagamento
  @debCredPorDataPagamento
end

#protocolosObject

@type: Protocolos



9
10
11
# File 'lib/tiss/models/dados_pagamento_por_data.rb', line 9

def protocolos
  @protocolos
end

#totaisPorDataObject

@type: TotaisPorData



12
13
14
# File 'lib/tiss/models/dados_pagamento_por_data.rb', line 12

def totaisPorData
  @totaisPorData
end

#totalLiquidoPorDataObject

@type: TotalLiquidoPorData



18
19
20
# File 'lib/tiss/models/dados_pagamento_por_data.rb', line 18

def totalLiquidoPorData
  @totalLiquidoPorData
end