Class: Tiss::Model::TotaisBrutosPorData
- Defined in:
- lib/tiss/models/totais_brutos_por_data.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#totalGlosaPorData ⇒ Object
@type: StDecimal102.
-
#totaLiberadoPorData ⇒ Object
@type: StDecimal102.
-
#totalInformadoPorData ⇒ Object
@type: StDecimal102.
-
#totalProcessadoPorData ⇒ Object
@type: StDecimal102.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#totalGlosaPorData ⇒ Object
@type: StDecimal102
15 16 17 |
# File 'lib/tiss/models/totais_brutos_por_data.rb', line 15 def totalGlosaPorData @totalGlosaPorData end |
#totaLiberadoPorData ⇒ Object
@type: StDecimal102
12 13 14 |
# File 'lib/tiss/models/totais_brutos_por_data.rb', line 12 def totaLiberadoPorData @totaLiberadoPorData end |
#totalInformadoPorData ⇒ Object
@type: StDecimal102
6 7 8 |
# File 'lib/tiss/models/totais_brutos_por_data.rb', line 6 def totalInformadoPorData @totalInformadoPorData end |
#totalProcessadoPorData ⇒ Object
@type: StDecimal102
9 10 11 |
# File 'lib/tiss/models/totais_brutos_por_data.rb', line 9 def totalProcessadoPorData @totalProcessadoPorData end |