Class: PUBG::Player::Season::Data::Attributes
- Inherits:
-
Object
- Object
- PUBG::Player::Season::Data::Attributes
- 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
- #gameModeStats ⇒ Object
-
#initialize(args) ⇒ Attributes
constructor
A new instance of Attributes.
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
#gameModeStats ⇒ Object
12 13 14 |
# File 'lib/pubg/player/season/attributes.rb', line 12 def gameModeStats @args["gameModeStats"] end |