module PUBG

Ruby gem for the PUBG API

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/pubg.rb, line 9
def client
  return @client if defined?(@client)
  @client = PUBG::Client.new(options)
end