class PUBG::Player::Season::Data
Public Class Methods
new(args)
click to toggle source
# File lib/pubg/player/season/data.rb, line 8 def initialize(args) @args = args end
Public Instance Methods
attributes()
click to toggle source
# File lib/pubg/player/season/data.rb, line 16 def attributes Attributes.new(@args["attributes"]) end
relationships()
click to toggle source
# File lib/pubg/player/season/data.rb, line 20 def relationships Relationships.new(@args["relationships"]) end
type()
click to toggle source
# File lib/pubg/player/season/data.rb, line 12 def type @args["type"] end