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