class PUBG::Player::Matches
Public Class Methods
new(args)
click to toggle source
# File lib/pubg/player/matches.rb, line 4 def initialize(args) @args = args end
Public Instance Methods
id()
click to toggle source
# File lib/pubg/player/matches.rb, line 12 def id @args["id"] end
type()
click to toggle source
# File lib/pubg/player/matches.rb, line 8 def type @args["type"] end