Class: Lol::MatchSummary

Inherits:
Model
  • Object
show all
Defined in:
lib/lol/match_summary.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

#assistsObject

Returns the value of attribute assists.



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

def assists
  @assists
end

#dateObject

Returns the value of attribute date.



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

def date
  @date
end

#deathsObject

Returns the value of attribute deaths.



15
16
17
# File 'lib/lol/match_summary.rb', line 15

def deaths
  @deaths
end

#game_idObject

Returns the value of attribute game_id.



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

def game_id
  @game_id
end

#game_modeObject

Returns the value of attribute game_mode.



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

def game_mode
  @game_mode
end

#invalidObject

Returns the value of attribute invalid.



28
29
30
# File 'lib/lol/match_summary.rb', line 28

def invalid
  @invalid
end

#killsObject

Returns the value of attribute kills.



32
33
34
# File 'lib/lol/match_summary.rb', line 32

def kills
  @kills
end

#map_idObject

Returns the value of attribute map_id.



36
37
38
# File 'lib/lol/match_summary.rb', line 36

def map_id
  @map_id
end

#opposing_team_killsObject

Returns the value of attribute opposing_team_kills.



40
41
42
# File 'lib/lol/match_summary.rb', line 40

def opposing_team_kills
  @opposing_team_kills
end

#opposing_team_nameObject

Returns the value of attribute opposing_team_name.



44
45
46
# File 'lib/lol/match_summary.rb', line 44

def opposing_team_name
  @opposing_team_name
end

#winObject

Returns the value of attribute win.



49
50
51
# File 'lib/lol/match_summary.rb', line 49

def win
  @win
end