Class: Tiss::Model::OperadoraPrestador
- Defined in:
- lib/tiss/models/operadora_prestador.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#autorizacaoServicos ⇒ Object
@type: CtSituacaoAutorizacao.
-
#demonstrativosRetorno ⇒ Object
@type: CtDemonstrativoRetorno.
-
#recebimentoAnexo ⇒ Object
@type: RecebimentoAnexo.
-
#recebimentoLote ⇒ Object
@type: CtRecebimentoLote.
-
#recebimentoRecursoGlosa ⇒ Object
@type: CtRecebimentoRecurso.
-
#reciboCancelaGuia ⇒ Object
@type: CtReciboCancelaGuia.
-
#reciboComunicacao ⇒ Object
@type: CtReciboComunicacao.
-
#respostaElegibilidade ⇒ Object
@type: RespostaElegibilidade.
-
#respostaRecursoGlosa ⇒ Object
@type: CtRespostaGlosa.
-
#situacaoAutorizacao ⇒ Object
@type: CtSituacaoAutorizacao.
-
#situacaoProtocolo ⇒ Object
@type: CtSituacaoProtocolo.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#autorizacaoServicos ⇒ Object
@type: CtSituacaoAutorizacao
21 22 23 |
# File 'lib/tiss/models/operadora_prestador.rb', line 21 def autorizacaoServicos @autorizacaoServicos end |
#demonstrativosRetorno ⇒ Object
@type: CtDemonstrativoRetorno
15 16 17 |
# File 'lib/tiss/models/operadora_prestador.rb', line 15 def demonstrativosRetorno @demonstrativosRetorno end |
#recebimentoAnexo ⇒ Object
@type: RecebimentoAnexo
9 10 11 |
# File 'lib/tiss/models/operadora_prestador.rb', line 9 def recebimentoAnexo @recebimentoAnexo end |
#recebimentoLote ⇒ Object
@type: CtRecebimentoLote
6 7 8 |
# File 'lib/tiss/models/operadora_prestador.rb', line 6 def recebimentoLote @recebimentoLote end |
#recebimentoRecursoGlosa ⇒ Object
@type: CtRecebimentoRecurso
12 13 14 |
# File 'lib/tiss/models/operadora_prestador.rb', line 12 def recebimentoRecursoGlosa @recebimentoRecursoGlosa end |
#reciboCancelaGuia ⇒ Object
@type: CtReciboCancelaGuia
30 31 32 |
# File 'lib/tiss/models/operadora_prestador.rb', line 30 def reciboCancelaGuia @reciboCancelaGuia end |
#reciboComunicacao ⇒ Object
@type: CtReciboComunicacao
33 34 35 |
# File 'lib/tiss/models/operadora_prestador.rb', line 33 def reciboComunicacao @reciboComunicacao end |
#respostaElegibilidade ⇒ Object
@type: RespostaElegibilidade
27 28 29 |
# File 'lib/tiss/models/operadora_prestador.rb', line 27 def respostaElegibilidade @respostaElegibilidade end |
#respostaRecursoGlosa ⇒ Object
@type: CtRespostaGlosa
36 37 38 |
# File 'lib/tiss/models/operadora_prestador.rb', line 36 def respostaRecursoGlosa @respostaRecursoGlosa end |
#situacaoAutorizacao ⇒ Object
@type: CtSituacaoAutorizacao
24 25 26 |
# File 'lib/tiss/models/operadora_prestador.rb', line 24 def situacaoAutorizacao @situacaoAutorizacao end |
#situacaoProtocolo ⇒ Object
@type: CtSituacaoProtocolo
18 19 20 |
# File 'lib/tiss/models/operadora_prestador.rb', line 18 def situacaoProtocolo @situacaoProtocolo end |