Class: Starcraft2::Profile::Career

Inherits:
Object
  • Object
show all
Defined in:
lib/starcraft2/profile/career.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Career

Returns a new instance of Career.



7
8
9
# File 'lib/starcraft2/profile/career.rb', line 7

def initialize(options)
  Utils.load(self, options)
end

Instance Attribute Details

#career_total_gamesObject

Returns the value of attribute career_total_games.



4
5
6
# File 'lib/starcraft2/profile/career.rb', line 4

def career_total_games
  @career_total_games
end

#highest1v1_rankObject

Returns the value of attribute highest1v1_rank.



4
5
6
# File 'lib/starcraft2/profile/career.rb', line 4

def highest1v1_rank
  @highest1v1_rank
end

#highest_team_rankObject

Returns the value of attribute highest_team_rank.



4
5
6
# File 'lib/starcraft2/profile/career.rb', line 4

def highest_team_rank
  @highest_team_rank
end

#leagueObject

Returns the value of attribute league.



4
5
6
# File 'lib/starcraft2/profile/career.rb', line 4

def league
  @league
end

#primary_raceObject

Returns the value of attribute primary_race.



4
5
6
# File 'lib/starcraft2/profile/career.rb', line 4

def primary_race
  @primary_race
end

#protoss_winsObject

Returns the value of attribute protoss_wins.



4
5
6
# File 'lib/starcraft2/profile/career.rb', line 4

def protoss_wins
  @protoss_wins
end

#season_total_gamesObject

Returns the value of attribute season_total_games.



4
5
6
# File 'lib/starcraft2/profile/career.rb', line 4

def season_total_games
  @season_total_games
end

#terran_winsObject

Returns the value of attribute terran_wins.



4
5
6
# File 'lib/starcraft2/profile/career.rb', line 4

def terran_wins
  @terran_wins
end

#zerg_winsObject

Returns the value of attribute zerg_wins.



4
5
6
# File 'lib/starcraft2/profile/career.rb', line 4

def zerg_wins
  @zerg_wins
end