class Bnet::Starcraft2::Career
Constants
- PARAMS_MAPPING
Attributes
career_total_games[RW]
highest_1v1_rank[RW]
highest_team_rank[RW]
primary_race[RW]
protoss_wins[RW]
season_total_games[RW]
terran_wins[RW]
zerg_wins[RW]
Public Class Methods
from_api(raw_response)
click to toggle source
Calls superclass method
Bnet::BnetResource::from_api
# File lib/bnet/starcraft2/career.rb, line 17 def self.from_api(raw_response) career = super(raw_response) return career end