Class: Pubg::Matches

Inherits:
Object
  • Object
show all
Defined in:
lib/pubg/matches.rb

Class Method Summary collapse

Class Method Details

.find(account_id) ⇒ Object



3
4
5
# File 'lib/pubg/matches.rb', line 3

def self.find()
  Pubg::BaseConnection.new.call("matches/pc/#{}")
end