Class: Lol::TeamStatistic

Inherits:
Model
  • Object
show all
Defined in:
lib/lol/team_statistic.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#raw

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Lol::Model

Instance Attribute Details

#average_games_playedObject

Returns the value of attribute average_games_played.



11
12
13
# File 'lib/lol/team_statistic.rb', line 11

def average_games_played
  @average_games_played
end

#full_idObject

Returns the value of attribute full_id.



7
8
9
# File 'lib/lol/team_statistic.rb', line 7

def full_id
  @full_id
end

#lossesObject

Returns the value of attribute losses.



19
20
21
# File 'lib/lol/team_statistic.rb', line 19

def losses
  @losses
end

#max_ratingObject

Returns the value of attribute max_rating.



23
24
25
# File 'lib/lol/team_statistic.rb', line 23

def max_rating
  @max_rating
end

#ratingObject

Returns the value of attribute rating.



27
28
29
# File 'lib/lol/team_statistic.rb', line 27

def rating
  @rating
end

#seed_ratingObject

Returns the value of attribute seed_rating.



31
32
33
# File 'lib/lol/team_statistic.rb', line 31

def seed_rating
  @seed_rating
end

#team_idObject

Returns the value of attribute team_id.



35
36
37
# File 'lib/lol/team_statistic.rb', line 35

def team_id
  @team_id
end

#team_stat_typeObject

Returns the value of attribute team_stat_type.



39
40
41
# File 'lib/lol/team_statistic.rb', line 39

def team_stat_type
  @team_stat_type
end

#winsObject

Returns the value of attribute wins.



43
44
45
# File 'lib/lol/team_statistic.rb', line 43

def wins
  @wins
end