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