Class: Lol::TeamStatistic
Instance Attribute Summary collapse
-
#average_games_played ⇒ Object
readonly
Returns the value of attribute average_games_played.
-
#losses ⇒ Object
readonly
Returns the value of attribute losses.
-
#max_rating ⇒ Object
readonly
Returns the value of attribute max_rating.
-
#rating ⇒ Object
readonly
Returns the value of attribute rating.
-
#seed_rating ⇒ Object
readonly
Returns the value of attribute seed_rating.
-
#team_id ⇒ Object
readonly
Returns the value of attribute team_id.
-
#team_stat_type ⇒ Object
readonly
Returns the value of attribute team_stat_type.
-
#wins ⇒ Object
readonly
Returns the value of attribute wins.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Lol::Model
Instance Attribute Details
#average_games_played ⇒ Object
Returns the value of attribute average_games_played.
7 8 9 |
# File 'lib/lol/team_statistic.rb', line 7 def average_games_played @average_games_played end |
#losses ⇒ Object
Returns the value of attribute losses.
11 12 13 |
# File 'lib/lol/team_statistic.rb', line 11 def losses @losses end |
#max_rating ⇒ Object
Returns the value of attribute max_rating.
15 16 17 |
# File 'lib/lol/team_statistic.rb', line 15 def end |
#rating ⇒ Object
Returns the value of attribute rating.
19 20 21 |
# File 'lib/lol/team_statistic.rb', line 19 def end |
#seed_rating ⇒ Object
Returns the value of attribute seed_rating.
23 24 25 |
# File 'lib/lol/team_statistic.rb', line 23 def end |
#team_id ⇒ Object
Returns the value of attribute team_id.
27 28 29 |
# File 'lib/lol/team_statistic.rb', line 27 def team_id @team_id end |
#team_stat_type ⇒ Object
Returns the value of attribute team_stat_type.
31 32 33 |
# File 'lib/lol/team_statistic.rb', line 31 def team_stat_type @team_stat_type end |
#wins ⇒ Object
Returns the value of attribute wins.
35 36 37 |
# File 'lib/lol/team_statistic.rb', line 35 def wins @wins end |