class PUBG::Match::Roster::Attributes::Stats
Attributes
rank[R]
teamId[R]
Public Class Methods
new(args)
click to toggle source
# File lib/pubg/match/roster/attributes.rb, line 17 def initialize(args) @rank = args["rank"] @teamId = args["teamId"] end