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