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