Class: EasyElo::Player
- Inherits:
-
Object
- Object
- EasyElo::Player
- Includes:
- Helper
- Defined in:
- lib/easy_elo/player.rb
Instance Attribute Summary collapse
-
#rating ⇒ Object
Returns the value of attribute rating.
Instance Method Summary collapse
Methods included from Helper
Instance Attribute Details
#rating ⇒ Object
Returns the value of attribute rating.
4 5 6 |
# File 'lib/easy_elo/player.rb', line 4 def @rating end |