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