class Warcraft::Character::Profile
@!method id
@return [Integer]
@!method name
@return [String]
@!method level
@return [Integer]
@!method experience
@return [Integer]
@!method achievement_points
@return [Integer]
@!method last_login_timestamp
@return [Integer]
@!method average_item_level
@return [Integer]
@!method equipped_item_level
@return [Integer]
Public Instance Methods
achievements()
click to toggle source
# File lib/warcraft/character/profile.rb, line 26 def achievements link end
achievements_statistics()
click to toggle source
# File lib/warcraft/character/profile.rb, line 82 def achievements_statistics link end
appearance()
click to toggle source
# File lib/warcraft/character/profile.rb, line 66 def appearance link end
collections()
click to toggle source
# File lib/warcraft/character/profile.rb, line 70 def collections link end
encounters()
click to toggle source
# File lib/warcraft/character/profile.rb, line 38 def encounters link end
equipment()
click to toggle source
# File lib/warcraft/character/profile.rb, line 62 def equipment link end
hunter_pets()
click to toggle source
# File lib/warcraft/character/profile.rb, line 46 def hunter_pets link end
last_login()
click to toggle source
# File lib/warcraft/character/profile.rb, line 22 def last_login ApiResponse.convert_time(last_login_timestamp) end
media()
click to toggle source
# File lib/warcraft/character/profile.rb, line 42 def media link end
mythic_keystone_profile()
click to toggle source
# File lib/warcraft/character/profile.rb, line 58 def mythic_keystone_profile link end
professions()
click to toggle source
# File lib/warcraft/character/profile.rb, line 86 def professions link end
pvp_summary()
click to toggle source
# File lib/warcraft/character/profile.rb, line 34 def pvp_summary link end
quests()
click to toggle source
# File lib/warcraft/character/profile.rb, line 78 def quests link end
reputations()
click to toggle source
# File lib/warcraft/character/profile.rb, line 74 def reputations link end
specializations()
click to toggle source
# File lib/warcraft/character/profile.rb, line 50 def specializations link end
statistics()
click to toggle source
# File lib/warcraft/character/profile.rb, line 54 def statistics link end
titles()
click to toggle source
# File lib/warcraft/character/profile.rb, line 30 def titles link end