Class: Tiss::Model::Protocolos
- Defined in:
- lib/tiss/models/protocolos.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#dadosPagamentoGuia ⇒ Object
@type: DadosPagamentoGuia.
-
#numeroLote ⇒ Object
@type: StTexto12.
-
#numeroProtocolo ⇒ Object
@type: StTexto12.
-
#totaisPorProtocolo ⇒ Object
@type: TotaisPorProtocolo.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#dadosPagamentoGuia ⇒ Object
@type: DadosPagamentoGuia
12 13 14 |
# File 'lib/tiss/models/protocolos.rb', line 12 def dadosPagamentoGuia @dadosPagamentoGuia end |
#numeroLote ⇒ Object
@type: StTexto12
9 10 11 |
# File 'lib/tiss/models/protocolos.rb', line 9 def numeroLote @numeroLote end |
#numeroProtocolo ⇒ Object
@type: StTexto12
6 7 8 |
# File 'lib/tiss/models/protocolos.rb', line 6 def numeroProtocolo @numeroProtocolo end |
#totaisPorProtocolo ⇒ Object
@type: TotaisPorProtocolo
15 16 17 |
# File 'lib/tiss/models/protocolos.rb', line 15 def totaisPorProtocolo @totaisPorProtocolo end |