Class: Tiss::Model::DadosPrestador

Inherits:
Base
  • Object
show all
Defined in:
lib/tiss/models/dados_prestador.rb

Constant Summary

Constants inherited from Base

Base::DEFINED_ATTRIBUTES

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values

Instance Attribute Details

#CNESObject

@type: StTexto7



9
10
11
# File 'lib/tiss/models/dados_prestador.rb', line 9

def CNES
  @CNES
end

#codigoPrestadorObject

@type: StTexto14



12
13
14
# File 'lib/tiss/models/dados_prestador.rb', line 12

def codigoPrestador
  @codigoPrestador
end

#cpfCNPJContratadoObject

@type: CpfCnpjContratado



18
19
20
# File 'lib/tiss/models/dados_prestador.rb', line 18

def cpfCNPJContratado
  @cpfCNPJContratado
end

#dadosContratadoObject

@type: CtContratadoDados



6
7
8
# File 'lib/tiss/models/dados_prestador.rb', line 6

def dadosContratado
  @dadosContratado
end

#nomePrestadorObject

@type: StTexto70



15
16
17
# File 'lib/tiss/models/dados_prestador.rb', line 15

def nomePrestador
  @nomePrestador
end