Method: PUBG::Match::Roster::Relationships::Participants#initialize

Defined in:
lib/pubg/match/roster/relationships.rb

#initialize(args) ⇒ Participants

Returns a new instance of Participants.



24
25
26
27
# File 'lib/pubg/match/roster/relationships.rb', line 24

def initialize(args)
  @type = args["type"]
  @id = args["id"]
end