class PUBG::Match::Roster::Relationships::Participants
Attributes
id[R]
type[R]
Public Class Methods
new(args)
click to toggle source
# File lib/pubg/match/roster/relationships.rb, line 24 def initialize(args) @type = args["type"] @id = args["id"] end