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