class PUBG::Seasons::Data
Public Class Methods
new(args)
click to toggle source
# File lib/pubg/seasons/data.rb, line 4 def initialize(args) @args = args end
Public Instance Methods
attributes()
click to toggle source
# File lib/pubg/seasons/data.rb, line 16 def attributes Attributes.new(@args["attributes"]) end
id()
click to toggle source
# File lib/pubg/seasons/data.rb, line 12 def id @args["id"] end
type()
click to toggle source
# File lib/pubg/seasons/data.rb, line 8 def type @args["type"] end