Class: PUBG::Player::Season::Data::Attributes

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

Defined Under Namespace

Classes: GameModeStats

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ Attributes

Returns a new instance of Attributes.



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

def initialize(args)
  @args = args
end

Instance Method Details

#gameModeStatsObject



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

def gameModeStats
  @args["gameModeStats"]
end