class Pubg::Matches
Public Class Methods
find(account_id)
click to toggle source
# File lib/pubg/matches.rb, line 3 def self.find(account_id) Pubg::BaseConnection.new.call("matches/pc/#{account_id}") end
# File lib/pubg/matches.rb, line 3 def self.find(account_id) Pubg::BaseConnection.new.call("matches/pc/#{account_id}") end