class PUBG::Player::Season::Data::Attributes::GameModeStats::Stats
Public Class Methods
new(args)
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 8 def initialize(args) @args = args end
Public Instance Methods
assists()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 12 def assists @args["assists"] end
boosts()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 16 def boosts @args["boosts"] end
dBNOs()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 20 def dBNOs @args["dBNOs"] end
dailyKills()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 24 def dailyKills @args["dailyKills"] end
damageDealt()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 28 def damageDealt @args["damageDealt"] end
days()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 32 def days @args["days"] end
headshotKills()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 36 def headshotKills @args["headshotKills"] end
heals()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 40 def heals @args["heals"] end
killPoints()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 44 def killPoints @args["killPoints"] end
kills()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 48 def kills @args["kills"] end
longestKill()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 52 def longestKill @args["longestKill"] end
longestTimeSurvived()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 56 def longestTimeSurvived @args["longestTimeSurvived"] end
losses()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 60 def losses @args["losses"] end
maxKillStreaks()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 64 def maxKillStreaks @args["maxKillStreaks"] end
mostSurvivalTime()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 68 def mostSurvivalTime @args["mostSurvivalTime"] end
revives()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 72 def revives @args["revives"] end
rideDistance()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 76 def rideDistance @args["rideDistance"] end
roadKills()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 80 def roadKills @args["roadKills"] end
roundMostKills()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 84 def roundMostKills @args["roundMostKills"] end
roundsPlayed()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 88 def roundsPlayed @args["roundsPlayed"] end
suicides()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 92 def suicides @args["suicides"] end
teamKills()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 96 def teamKills @args["teamKills"] end
timeSurvived()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 100 def timeSurvived @args["timeSurvived"] end
top10s()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 104 def top10s @args["top10s"] end
vehicleDestroys()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 108 def vehicleDestroys @args["vehicleDestroys"] end
walkDistance()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 112 def walkDistance @args["walkDistance"] end
weaponsAcquired()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 116 def weaponsAcquired @args["weaponsAcquired"] end
weeklyKills()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 120 def weeklyKills @args["weeklyKills"] end
winPoints()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 124 def winPoints @args["winPoints"] end
wins()
click to toggle source
# File lib/pubg/player/season/data/stats.rb, line 128 def wins @args["wins"] end