Class: PUBG::Player::Season::Data::Attributes::GameModeStats::Stats

Inherits:
Object
  • Object
show all
Defined in:
lib/pubg/player/season/data/stats.rb

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ Stats

Returns a new instance of Stats.



8
9
10
# File 'lib/pubg/player/season/data/stats.rb', line 8

def initialize(args)
  @args = args
end

Instance Method Details

#assistsObject



12
13
14
# File 'lib/pubg/player/season/data/stats.rb', line 12

def assists
  @args["assists"]
end

#boostsObject



16
17
18
# File 'lib/pubg/player/season/data/stats.rb', line 16

def boosts
  @args["boosts"]
end

#dailyKillsObject



24
25
26
# File 'lib/pubg/player/season/data/stats.rb', line 24

def dailyKills
  @args["dailyKills"]
end

#damageDealtObject



28
29
30
# File 'lib/pubg/player/season/data/stats.rb', line 28

def damageDealt
  @args["damageDealt"]
end

#daysObject



32
33
34
# File 'lib/pubg/player/season/data/stats.rb', line 32

def days
  @args["days"]
end

#dBNOsObject



20
21
22
# File 'lib/pubg/player/season/data/stats.rb', line 20

def dBNOs
  @args["dBNOs"]
end

#headshotKillsObject



36
37
38
# File 'lib/pubg/player/season/data/stats.rb', line 36

def headshotKills
  @args["headshotKills"]
end

#healsObject



40
41
42
# File 'lib/pubg/player/season/data/stats.rb', line 40

def heals
  @args["heals"]
end

#killPointsObject



44
45
46
# File 'lib/pubg/player/season/data/stats.rb', line 44

def killPoints
  @args["killPoints"]
end

#killsObject



48
49
50
# File 'lib/pubg/player/season/data/stats.rb', line 48

def kills
  @args["kills"]
end

#longestKillObject



52
53
54
# File 'lib/pubg/player/season/data/stats.rb', line 52

def longestKill
  @args["longestKill"]
end

#longestTimeSurvivedObject



56
57
58
# File 'lib/pubg/player/season/data/stats.rb', line 56

def longestTimeSurvived
  @args["longestTimeSurvived"]
end

#lossesObject



60
61
62
# File 'lib/pubg/player/season/data/stats.rb', line 60

def losses
  @args["losses"]
end

#maxKillStreaksObject



64
65
66
# File 'lib/pubg/player/season/data/stats.rb', line 64

def maxKillStreaks
  @args["maxKillStreaks"]
end

#mostSurvivalTimeObject



68
69
70
# File 'lib/pubg/player/season/data/stats.rb', line 68

def mostSurvivalTime
  @args["mostSurvivalTime"]
end

#revivesObject



72
73
74
# File 'lib/pubg/player/season/data/stats.rb', line 72

def revives
  @args["revives"]
end

#rideDistanceObject



76
77
78
# File 'lib/pubg/player/season/data/stats.rb', line 76

def rideDistance
  @args["rideDistance"]
end

#roadKillsObject



80
81
82
# File 'lib/pubg/player/season/data/stats.rb', line 80

def roadKills
  @args["roadKills"]
end

#roundMostKillsObject



84
85
86
# File 'lib/pubg/player/season/data/stats.rb', line 84

def roundMostKills
  @args["roundMostKills"]
end

#roundsPlayedObject



88
89
90
# File 'lib/pubg/player/season/data/stats.rb', line 88

def roundsPlayed
  @args["roundsPlayed"]
end

#suicidesObject



92
93
94
# File 'lib/pubg/player/season/data/stats.rb', line 92

def suicides
  @args["suicides"]
end

#teamKillsObject



96
97
98
# File 'lib/pubg/player/season/data/stats.rb', line 96

def teamKills
  @args["teamKills"]
end

#timeSurvivedObject



100
101
102
# File 'lib/pubg/player/season/data/stats.rb', line 100

def timeSurvived
  @args["timeSurvived"]
end

#top10sObject



104
105
106
# File 'lib/pubg/player/season/data/stats.rb', line 104

def top10s
  @args["top10s"]
end

#vehicleDestroysObject



108
109
110
# File 'lib/pubg/player/season/data/stats.rb', line 108

def vehicleDestroys
  @args["vehicleDestroys"]
end

#walkDistanceObject



112
113
114
# File 'lib/pubg/player/season/data/stats.rb', line 112

def walkDistance
  @args["walkDistance"]
end

#weaponsAcquiredObject



116
117
118
# File 'lib/pubg/player/season/data/stats.rb', line 116

def weaponsAcquired
  @args["weaponsAcquired"]
end

#weeklyKillsObject



120
121
122
# File 'lib/pubg/player/season/data/stats.rb', line 120

def weeklyKills
  @args["weeklyKills"]
end

#winPointsObject



124
125
126
# File 'lib/pubg/player/season/data/stats.rb', line 124

def winPoints
  @args["winPoints"]
end

#winsObject



128
129
130
# File 'lib/pubg/player/season/data/stats.rb', line 128

def wins
  @args["wins"]
end