Class: NumDecouvertePersonnalite::EtatCivil
- Inherits:
-
Struct
- Object
- Struct
- NumDecouvertePersonnalite::EtatCivil
- Defined in:
- lib/num_decouverte_personnalite.rb,
sig/num_decouverte_personnalite.rbs
Instance Attribute Summary collapse
-
#consonne ⇒ Object
Returns the value of attribute consonne.
-
#tout ⇒ Object
Returns the value of attribute tout.
-
#valeur ⇒ Object
Returns the value of attribute valeur.
-
#voyelle ⇒ Object
Returns the value of attribute voyelle.
Instance Attribute Details
#consonne ⇒ Object
Returns the value of attribute consonne
8 9 10 |
# File 'lib/num_decouverte_personnalite.rb', line 8 def consonne @consonne end |
#tout ⇒ Object
Returns the value of attribute tout
8 9 10 |
# File 'lib/num_decouverte_personnalite.rb', line 8 def tout @tout end |
#valeur ⇒ Object
Returns the value of attribute valeur
8 9 10 |
# File 'lib/num_decouverte_personnalite.rb', line 8 def valeur @valeur end |
#voyelle ⇒ Object
Returns the value of attribute voyelle
8 9 10 |
# File 'lib/num_decouverte_personnalite.rb', line 8 def voyelle @voyelle end |