class Brawlhalla::API::LegendRanking

Constants

ATTRIBUTES

Public Class Methods

new(json) click to toggle source
# File lib/brawlhalla/api/legend_ranking.rb, line 10
def initialize(json)
  ATTRIBUTES.each do |attr|
    send("#{attr}=", json[attr])
  end
end