Class: Tiss::Model::CtProtocoloRecebimentoAnexo
- Defined in:
- lib/tiss/models/ct_protocolo_recebimento_anexo.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#dadosPrestador ⇒ Object
@type: CtContratadoDados.
-
#dataEnvioLote ⇒ Object
@type: StTexto12.
-
#detalheProtocolo ⇒ Object
@type: CtProtocoloDetalheAnexo.
-
#identificacaoOperadora ⇒ Object
@type: CtFontePagadora.
-
#numeroLote ⇒ Object
@type: StTexto12.
-
#numeroProtocolo ⇒ Object
@type: StTexto12.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#dadosPrestador ⇒ Object
@type: CtContratadoDados
12 13 14 |
# File 'lib/tiss/models/ct_protocolo_recebimento_anexo.rb', line 12 def dadosPrestador @dadosPrestador end |
#dataEnvioLote ⇒ Object
@type: StTexto12
18 19 20 |
# File 'lib/tiss/models/ct_protocolo_recebimento_anexo.rb', line 18 def dataEnvioLote @dataEnvioLote end |
#detalheProtocolo ⇒ Object
@type: CtProtocoloDetalheAnexo
21 22 23 |
# File 'lib/tiss/models/ct_protocolo_recebimento_anexo.rb', line 21 def detalheProtocolo @detalheProtocolo end |
#identificacaoOperadora ⇒ Object
@type: CtFontePagadora
9 10 11 |
# File 'lib/tiss/models/ct_protocolo_recebimento_anexo.rb', line 9 def identificacaoOperadora @identificacaoOperadora end |
#numeroLote ⇒ Object
@type: StTexto12
15 16 17 |
# File 'lib/tiss/models/ct_protocolo_recebimento_anexo.rb', line 15 def numeroLote @numeroLote end |
#numeroProtocolo ⇒ Object
@type: StTexto12
6 7 8 |
# File 'lib/tiss/models/ct_protocolo_recebimento_anexo.rb', line 6 def numeroProtocolo @numeroProtocolo end |