module DiabloApi::Profiles::Career

Public Instance Methods

battle_tag() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 13
def battle_tag
  @data[:battle_tag]
end
blacksmith() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 69
def blacksmith
  @data[:blacksmith]
end
blacksmith_hardcore() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 81
def blacksmith_hardcore
  @data[:blacksmith_hardcore]
end
blacksmith_season() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 93
def blacksmith_season
  @data[:blacksmith_season]
end
fallen_heroes() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 65
def fallen_heroes
  @data[:fallen_heroes]
end
guild_name() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 33
def guild_name
  @data[:guild_name]
end
heroes() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 37
def heroes
  @data[:heroes]
end
highest_hardcore_level() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 53
def highest_hardcore_level
  @data[:highest_hardcore_level]
end
jeweler() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 73
def jeweler
  @data[:jeweler]
end
jeweler_hardcore() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 85
def jeweler_hardcore
  @data[:jeweler_hardcore]
end
jeweler_season() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 97
def jeweler_season
  @data[:jeweler_season]
end
kills() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 49
def kills
  @data[:kills]
end
last_hero_played() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 41
def last_hero_played
  @data[:last_hero_played]
end
last_updated() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 45
def last_updated
  @data[:last_updated]
end
main_data() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 4
def main_data
  ignore = %w(Hash Array)
  md = {}
  @data.each do |k, v|
    md[k] = v unless ignore.include? v.class.to_s
  end
  md
end
mystic() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 77
def mystic
  @data[:mystic]
end
mystic_hardcore() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 89
def mystic_hardcore
  @data[:mystic_hardcore]
end
mystic_season() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 101
def mystic_season
  @data[:mystic_season]
end
paragon_level() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 17
def paragon_level
  @data[:paragon_level]
end
paragon_level_hardcore() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 21
def paragon_level_hardcore
  @data[:paragon_level_hardcore]
end
paragon_level_season() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 25
def paragon_level_season
  @data[:paragon_level_season]
end
paragon_level_season_hardcore() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 29
def paragon_level_season_hardcore
  @data[:paragon_level_season_hardcore]
end
progression() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 61
def progression
  @data[:progression]
end
seasonal_profiles() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 105
def seasonal_profiles
  @data[:seasonal_profiles]
end
time_played() click to toggle source
# File lib/diablo_api/models/profiles/career.rb, line 57
def time_played
  @data[:time_played]
end