Class: PUBG::Player::Season::Data::Attributes::GameModeStats::Stats
- Inherits:
-
Object
- Object
- PUBG::Player::Season::Data::Attributes::GameModeStats::Stats
- Defined in:
- lib/pubg/player/season/data/stats.rb
Instance Method Summary collapse
- #assists ⇒ Object
- #boosts ⇒ Object
- #dailyKills ⇒ Object
- #damageDealt ⇒ Object
- #days ⇒ Object
- #dBNOs ⇒ Object
- #headshotKills ⇒ Object
- #heals ⇒ Object
-
#initialize(args) ⇒ Stats
constructor
A new instance of Stats.
- #killPoints ⇒ Object
- #kills ⇒ Object
- #longestKill ⇒ Object
- #longestTimeSurvived ⇒ Object
- #losses ⇒ Object
- #maxKillStreaks ⇒ Object
- #mostSurvivalTime ⇒ Object
- #revives ⇒ Object
- #rideDistance ⇒ Object
- #roadKills ⇒ Object
- #roundMostKills ⇒ Object
- #roundsPlayed ⇒ Object
- #suicides ⇒ Object
- #teamKills ⇒ Object
- #timeSurvived ⇒ Object
- #top10s ⇒ Object
- #vehicleDestroys ⇒ Object
- #walkDistance ⇒ Object
- #weaponsAcquired ⇒ Object
- #weeklyKills ⇒ Object
- #winPoints ⇒ Object
- #wins ⇒ Object
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
#assists ⇒ Object
12 13 14 |
# File 'lib/pubg/player/season/data/stats.rb', line 12 def assists @args["assists"] end |
#boosts ⇒ Object
16 17 18 |
# File 'lib/pubg/player/season/data/stats.rb', line 16 def boosts @args["boosts"] end |
#dailyKills ⇒ Object
24 25 26 |
# File 'lib/pubg/player/season/data/stats.rb', line 24 def dailyKills @args["dailyKills"] end |
#damageDealt ⇒ Object
28 29 30 |
# File 'lib/pubg/player/season/data/stats.rb', line 28 def damageDealt @args["damageDealt"] end |
#days ⇒ Object
32 33 34 |
# File 'lib/pubg/player/season/data/stats.rb', line 32 def days @args["days"] end |
#dBNOs ⇒ Object
20 21 22 |
# File 'lib/pubg/player/season/data/stats.rb', line 20 def dBNOs @args["dBNOs"] end |
#headshotKills ⇒ Object
36 37 38 |
# File 'lib/pubg/player/season/data/stats.rb', line 36 def headshotKills @args["headshotKills"] end |
#heals ⇒ Object
40 41 42 |
# File 'lib/pubg/player/season/data/stats.rb', line 40 def heals @args["heals"] end |
#killPoints ⇒ Object
44 45 46 |
# File 'lib/pubg/player/season/data/stats.rb', line 44 def killPoints @args["killPoints"] end |
#kills ⇒ Object
48 49 50 |
# File 'lib/pubg/player/season/data/stats.rb', line 48 def kills @args["kills"] end |
#longestKill ⇒ Object
52 53 54 |
# File 'lib/pubg/player/season/data/stats.rb', line 52 def longestKill @args["longestKill"] end |
#longestTimeSurvived ⇒ Object
56 57 58 |
# File 'lib/pubg/player/season/data/stats.rb', line 56 def longestTimeSurvived @args["longestTimeSurvived"] end |
#losses ⇒ Object
60 61 62 |
# File 'lib/pubg/player/season/data/stats.rb', line 60 def losses @args["losses"] end |
#maxKillStreaks ⇒ Object
64 65 66 |
# File 'lib/pubg/player/season/data/stats.rb', line 64 def maxKillStreaks @args["maxKillStreaks"] end |
#mostSurvivalTime ⇒ Object
68 69 70 |
# File 'lib/pubg/player/season/data/stats.rb', line 68 def mostSurvivalTime @args["mostSurvivalTime"] end |
#revives ⇒ Object
72 73 74 |
# File 'lib/pubg/player/season/data/stats.rb', line 72 def revives @args["revives"] end |
#rideDistance ⇒ Object
76 77 78 |
# File 'lib/pubg/player/season/data/stats.rb', line 76 def rideDistance @args["rideDistance"] end |
#roadKills ⇒ Object
80 81 82 |
# File 'lib/pubg/player/season/data/stats.rb', line 80 def roadKills @args["roadKills"] end |
#roundMostKills ⇒ Object
84 85 86 |
# File 'lib/pubg/player/season/data/stats.rb', line 84 def roundMostKills @args["roundMostKills"] end |
#roundsPlayed ⇒ Object
88 89 90 |
# File 'lib/pubg/player/season/data/stats.rb', line 88 def roundsPlayed @args["roundsPlayed"] end |
#suicides ⇒ Object
92 93 94 |
# File 'lib/pubg/player/season/data/stats.rb', line 92 def suicides @args["suicides"] end |
#teamKills ⇒ Object
96 97 98 |
# File 'lib/pubg/player/season/data/stats.rb', line 96 def teamKills @args["teamKills"] end |
#timeSurvived ⇒ Object
100 101 102 |
# File 'lib/pubg/player/season/data/stats.rb', line 100 def timeSurvived @args["timeSurvived"] end |
#top10s ⇒ Object
104 105 106 |
# File 'lib/pubg/player/season/data/stats.rb', line 104 def top10s @args["top10s"] end |
#vehicleDestroys ⇒ Object
108 109 110 |
# File 'lib/pubg/player/season/data/stats.rb', line 108 def vehicleDestroys @args["vehicleDestroys"] end |
#walkDistance ⇒ Object
112 113 114 |
# File 'lib/pubg/player/season/data/stats.rb', line 112 def walkDistance @args["walkDistance"] end |
#weaponsAcquired ⇒ Object
116 117 118 |
# File 'lib/pubg/player/season/data/stats.rb', line 116 def weaponsAcquired @args["weaponsAcquired"] end |
#weeklyKills ⇒ Object
120 121 122 |
# File 'lib/pubg/player/season/data/stats.rb', line 120 def weeklyKills @args["weeklyKills"] end |
#winPoints ⇒ Object
124 125 126 |
# File 'lib/pubg/player/season/data/stats.rb', line 124 def winPoints @args["winPoints"] end |
#wins ⇒ Object
128 129 130 |
# File 'lib/pubg/player/season/data/stats.rb', line 128 def wins @args["wins"] end |