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

Public Class Methods

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

Public Instance Methods

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