Class: Tiss::Model::CtIdentEquipeSadt
- Defined in:
- lib/tiss/models/ct_ident_equipe_sadt.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#CBOS ⇒ Object
@type: DmCbos.
-
#codProfissional ⇒ Object
@type: CodProfissional.
-
#conselho ⇒ Object
@type: DmConselhoProfissional.
-
#grauPart ⇒ Object
@type: DmGrauPart.
-
#nomeProf ⇒ Object
@type: StTexto70.
-
#numeroConselhoProfissional ⇒ Object
@type: StTexto15.
-
#UF ⇒ Object
@type: DmUf.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#CBOS ⇒ Object
@type: DmCbos
24 25 26 |
# File 'lib/tiss/models/ct_ident_equipe_sadt.rb', line 24 def CBOS @CBOS end |
#codProfissional ⇒ Object
@type: CodProfissional
9 10 11 |
# File 'lib/tiss/models/ct_ident_equipe_sadt.rb', line 9 def codProfissional @codProfissional end |
#conselho ⇒ Object
@type: DmConselhoProfissional
15 16 17 |
# File 'lib/tiss/models/ct_ident_equipe_sadt.rb', line 15 def conselho @conselho end |
#grauPart ⇒ Object
@type: DmGrauPart
6 7 8 |
# File 'lib/tiss/models/ct_ident_equipe_sadt.rb', line 6 def grauPart @grauPart end |
#nomeProf ⇒ Object
@type: StTexto70
12 13 14 |
# File 'lib/tiss/models/ct_ident_equipe_sadt.rb', line 12 def nomeProf @nomeProf end |
#numeroConselhoProfissional ⇒ Object
@type: StTexto15
18 19 20 |
# File 'lib/tiss/models/ct_ident_equipe_sadt.rb', line 18 def numeroConselhoProfissional @numeroConselhoProfissional end |
#UF ⇒ Object
@type: DmUf
21 22 23 |
# File 'lib/tiss/models/ct_ident_equipe_sadt.rb', line 21 def UF @UF end |