Class: Tiss::Model::TotaisBrutoDemonstrativo
- Defined in:
- lib/tiss/models/totais_bruto_demonstrativo.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#valoFranquiaPorDemonstrativo ⇒ Object
@type: StDecimal102.
-
#valorInformadoPorDemonstrativoData ⇒ Object
@type: StDecimal102.
-
#valorlGlosaPorDemonstrativo ⇒ Object
@type: StDecimal102.
-
#valorLiberadoPorDemonstrativo ⇒ Object
@type: StDecimal102.
-
#valorlProcessadoPorDemonstrativo ⇒ Object
@type: StDecimal102.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#valoFranquiaPorDemonstrativo ⇒ Object
@type: StDecimal102
15 16 17 |
# File 'lib/tiss/models/totais_bruto_demonstrativo.rb', line 15 def valoFranquiaPorDemonstrativo @valoFranquiaPorDemonstrativo end |
#valorInformadoPorDemonstrativoData ⇒ Object
@type: StDecimal102
6 7 8 |
# File 'lib/tiss/models/totais_bruto_demonstrativo.rb', line 6 def valorInformadoPorDemonstrativoData @valorInformadoPorDemonstrativoData end |
#valorlGlosaPorDemonstrativo ⇒ Object
@type: StDecimal102
12 13 14 |
# File 'lib/tiss/models/totais_bruto_demonstrativo.rb', line 12 def valorlGlosaPorDemonstrativo @valorlGlosaPorDemonstrativo end |
#valorLiberadoPorDemonstrativo ⇒ Object
@type: StDecimal102
18 19 20 |
# File 'lib/tiss/models/totais_bruto_demonstrativo.rb', line 18 def valorLiberadoPorDemonstrativo @valorLiberadoPorDemonstrativo end |
#valorlProcessadoPorDemonstrativo ⇒ Object
@type: StDecimal102
9 10 11 |
# File 'lib/tiss/models/totais_bruto_demonstrativo.rb', line 9 def valorlProcessadoPorDemonstrativo @valorlProcessadoPorDemonstrativo end |