Class: Tiss::Model::CtGuiaValorTotalSadt
- Defined in:
- lib/tiss/models/ct_guia_valor_total_sadt.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#valorGasesMedicinais ⇒ Object
@type: StDecimal102.
-
#valorMateriais ⇒ Object
@type: StDecimal102.
-
#valorMedicamentos ⇒ Object
@type: StDecimal102.
-
#valorOPME ⇒ Object
@type: StDecimal102.
-
#valorProcedimentos ⇒ Object
@type: StDecimal102.
-
#valorTaxasAlugueis ⇒ Object
@type: StDecimal102.
-
#valorTotalGeral ⇒ Object
@type: StDecimal102.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#valorGasesMedicinais ⇒ Object
@type: StDecimal102
21 22 23 |
# File 'lib/tiss/models/ct_guia_valor_total_sadt.rb', line 21 def valorGasesMedicinais @valorGasesMedicinais end |
#valorMateriais ⇒ Object
@type: StDecimal102
12 13 14 |
# File 'lib/tiss/models/ct_guia_valor_total_sadt.rb', line 12 def valorMateriais @valorMateriais end |
#valorMedicamentos ⇒ Object
@type: StDecimal102
15 16 17 |
# File 'lib/tiss/models/ct_guia_valor_total_sadt.rb', line 15 def valorMedicamentos @valorMedicamentos end |
#valorOPME ⇒ Object
@type: StDecimal102
18 19 20 |
# File 'lib/tiss/models/ct_guia_valor_total_sadt.rb', line 18 def valorOPME @valorOPME end |
#valorProcedimentos ⇒ Object
@type: StDecimal102
6 7 8 |
# File 'lib/tiss/models/ct_guia_valor_total_sadt.rb', line 6 def valorProcedimentos @valorProcedimentos end |
#valorTaxasAlugueis ⇒ Object
@type: StDecimal102
9 10 11 |
# File 'lib/tiss/models/ct_guia_valor_total_sadt.rb', line 9 def valorTaxasAlugueis @valorTaxasAlugueis end |
#valorTotalGeral ⇒ Object
@type: StDecimal102
24 25 26 |
# File 'lib/tiss/models/ct_guia_valor_total_sadt.rb', line 24 def valorTotalGeral @valorTotalGeral end |