Class: Tiss::Model::CabecalhoDemonstrativoOdonto
- Defined in:
- lib/tiss/models/cabecalho_demonstrativo_odonto.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#cnpjOper ⇒ Object
@type: StCnpj.
-
#nomeOperadora ⇒ Object
@type: StTexto70.
-
#numeroDemonstrativo ⇒ Object
@type: StTexto12.
-
#periodoProc ⇒ Object
@type: PeriodoProc.
-
#registroANS ⇒ Object
@type: StRegistroAns.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#cnpjOper ⇒ Object
@type: StCnpj
15 16 17 |
# File 'lib/tiss/models/cabecalho_demonstrativo_odonto.rb', line 15 def cnpjOper @cnpjOper end |
#nomeOperadora ⇒ Object
@type: StTexto70
12 13 14 |
# File 'lib/tiss/models/cabecalho_demonstrativo_odonto.rb', line 12 def nomeOperadora @nomeOperadora end |
#numeroDemonstrativo ⇒ Object
@type: StTexto12
9 10 11 |
# File 'lib/tiss/models/cabecalho_demonstrativo_odonto.rb', line 9 def numeroDemonstrativo @numeroDemonstrativo end |
#periodoProc ⇒ Object
@type: PeriodoProc
18 19 20 |
# File 'lib/tiss/models/cabecalho_demonstrativo_odonto.rb', line 18 def periodoProc @periodoProc end |
#registroANS ⇒ Object
@type: StRegistroAns
6 7 8 |
# File 'lib/tiss/models/cabecalho_demonstrativo_odonto.rb', line 6 def registroANS @registroANS end |