Class: PapyTools::Ronde
- Inherits:
-
Object
- Object
- PapyTools::Ronde
- Defined in:
- lib/papy-tools/tournoi.rb
Instance Attribute Summary collapse
-
#couleur ⇒ Object
readonly
Returns the value of attribute couleur.
-
#exempt ⇒ Object
readonly
Returns the value of attribute exempt.
-
#forfait_prevenu ⇒ Object
readonly
Returns the value of attribute forfait_prevenu.
-
#numeroronde ⇒ Object
Returns the value of attribute numeroronde.
-
#proxyadversaire ⇒ Object
readonly
Returns the value of attribute proxyadversaire.
-
#resultat ⇒ Object
readonly
Returns the value of attribute resultat.
-
#resultat_condense ⇒ Object
readonly
Returns the value of attribute resultat_condense.
Instance Method Summary collapse
-
#initialize(chaine, numeroronde) ⇒ Ronde
constructor
A new instance of Ronde.
Constructor Details
#initialize(chaine, numeroronde) ⇒ Ronde
Returns a new instance of Ronde.
78 79 80 81 82 83 |
# File 'lib/papy-tools/tournoi.rb', line 78 def initialize(chaine,numeroronde) @numeroronde=numeroronde @exempt=false @forfait_prevenu=false analyse_chaine(chaine) unless exemptouforfaitprevenu(chaine) end |
Instance Attribute Details
#couleur ⇒ Object (readonly)
Returns the value of attribute couleur.
69 70 71 |
# File 'lib/papy-tools/tournoi.rb', line 69 def couleur @couleur end |
#exempt ⇒ Object (readonly)
Returns the value of attribute exempt.
69 70 71 |
# File 'lib/papy-tools/tournoi.rb', line 69 def exempt @exempt end |
#forfait_prevenu ⇒ Object (readonly)
Returns the value of attribute forfait_prevenu.
69 70 71 |
# File 'lib/papy-tools/tournoi.rb', line 69 def forfait_prevenu @forfait_prevenu end |
#numeroronde ⇒ Object
Returns the value of attribute numeroronde.
76 77 78 |
# File 'lib/papy-tools/tournoi.rb', line 76 def numeroronde @numeroronde end |
#proxyadversaire ⇒ Object (readonly)
Returns the value of attribute proxyadversaire.
69 70 71 |
# File 'lib/papy-tools/tournoi.rb', line 69 def proxyadversaire @proxyadversaire end |
#resultat ⇒ Object (readonly)
Returns the value of attribute resultat.
69 70 71 |
# File 'lib/papy-tools/tournoi.rb', line 69 def resultat @resultat end |
#resultat_condense ⇒ Object (readonly)
Returns the value of attribute resultat_condense.
69 70 71 |
# File 'lib/papy-tools/tournoi.rb', line 69 def resultat_condense @resultat_condense end |