Class: Tiss::Model::DadosPrestador
- Defined in:
- lib/tiss/models/dados_prestador.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#CNES ⇒ Object
@type: StTexto7.
-
#codigoPrestador ⇒ Object
@type: StTexto14.
-
#cpfCNPJContratado ⇒ Object
@type: CpfCnpjContratado.
-
#dadosContratado ⇒ Object
@type: CtContratadoDados.
-
#nomePrestador ⇒ Object
@type: StTexto70.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#CNES ⇒ Object
@type: StTexto7
9 10 11 |
# File 'lib/tiss/models/dados_prestador.rb', line 9 def CNES @CNES end |
#codigoPrestador ⇒ Object
@type: StTexto14
12 13 14 |
# File 'lib/tiss/models/dados_prestador.rb', line 12 def codigoPrestador @codigoPrestador end |
#cpfCNPJContratado ⇒ Object
@type: CpfCnpjContratado
18 19 20 |
# File 'lib/tiss/models/dados_prestador.rb', line 18 def cpfCNPJContratado @cpfCNPJContratado end |
#dadosContratado ⇒ Object
@type: CtContratadoDados
6 7 8 |
# File 'lib/tiss/models/dados_prestador.rb', line 6 def dadosContratado @dadosContratado end |
#nomePrestador ⇒ Object
@type: StTexto70
15 16 17 |
# File 'lib/tiss/models/dados_prestador.rb', line 15 def nomePrestador @nomePrestador end |