class PUBG::Player::Season::Data::Relationships::Matches

Public Class Methods

new(args) click to toggle source
# File lib/pubg/player/season/data/relationships/matches.rb, line 7
def initialize(args)
  @args = args
end

Public Instance Methods

id() click to toggle source
# File lib/pubg/player/season/data/relationships/matches.rb, line 15
def id
  @args["id"]
end
type() click to toggle source
# File lib/pubg/player/season/data/relationships/matches.rb, line 11
def type
  @args["type"]
end