Class: Tiss::Model::RelacaoGlosa
- Defined in:
- lib/tiss/models/relacao_glosa.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#tipoGlosa ⇒ Object
@type: DmTipoGlosa.
-
#valorGlosa ⇒ Object
@type: StDecimal82.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#tipoGlosa ⇒ Object
@type: DmTipoGlosa
9 10 11 |
# File 'lib/tiss/models/relacao_glosa.rb', line 9 def tipoGlosa @tipoGlosa end |
#valorGlosa ⇒ Object
@type: StDecimal82
6 7 8 |
# File 'lib/tiss/models/relacao_glosa.rb', line 6 def valorGlosa @valorGlosa end |