Class: NumDecouvertePersonnalite::ChaineCaractere
- Inherits:
-
Struct
- Object
- Struct
- NumDecouvertePersonnalite::ChaineCaractere
- Defined in:
- lib/num_decouverte_personnalite.rb,
sig/num_decouverte_personnalite.rbs
Instance Attribute Summary collapse
-
#ligne_caractere_vers_chiffre ⇒ Object
Returns the value of attribute ligne_caractere_vers_chiffre.
-
#nombre_presentation ⇒ Object
Returns the value of attribute nombre_presentation.
-
#nombre_reduit ⇒ Object
Returns the value of attribute nombre_reduit.
-
#resultat ⇒ Object
Returns the value of attribute resultat.
-
#valeur ⇒ Object
Returns the value of attribute valeur.
Instance Attribute Details
#ligne_caractere_vers_chiffre ⇒ Object
Returns the value of attribute ligne_caractere_vers_chiffre
15 16 17 |
# File 'lib/num_decouverte_personnalite.rb', line 15 def ligne_caractere_vers_chiffre @ligne_caractere_vers_chiffre end |
#nombre_presentation ⇒ Object
Returns the value of attribute nombre_presentation
15 16 17 |
# File 'lib/num_decouverte_personnalite.rb', line 15 def nombre_presentation @nombre_presentation end |
#nombre_reduit ⇒ Object
Returns the value of attribute nombre_reduit
15 16 17 |
# File 'lib/num_decouverte_personnalite.rb', line 15 def nombre_reduit @nombre_reduit end |
#resultat ⇒ Object
Returns the value of attribute resultat
15 16 17 |
# File 'lib/num_decouverte_personnalite.rb', line 15 def resultat @resultat end |
#valeur ⇒ Object
Returns the value of attribute valeur
15 16 17 |
# File 'lib/num_decouverte_personnalite.rb', line 15 def valeur @valeur end |