class PUBG::Seasons::Data::Attributes

Public Class Methods

new(args) click to toggle source
# File lib/pubg/seasons/data.rb, line 21
def initialize(args)
  @args = args
end

Public Instance Methods

isCurrentSeason() click to toggle source
# File lib/pubg/seasons/data.rb, line 25
def isCurrentSeason
  @args["isCurrentSeason"]
end
isOffseason() click to toggle source
# File lib/pubg/seasons/data.rb, line 29
def isOffseason
  @args["isOffseason"]
end