class Warcraft::AccountRequest
Public Class Methods
new(client, region, token)
click to toggle source
@param [Warcraft::Client] client
Calls superclass method
# File lib/warcraft/account_request.rb, line 6 def initialize(client, region, token) super(client, region) @token = token end
Public Instance Methods
collections()
click to toggle source
# File lib/warcraft/account_request.rb, line 19 def collections # TODO end
mounts()
click to toggle source
# File lib/warcraft/account_request.rb, line 23 def mounts # TODO end
pets()
click to toggle source
# File lib/warcraft/account_request.rb, line 27 def pets # TODO end
profile()
click to toggle source
# File lib/warcraft/account_request.rb, line 11 def profile Account::Profile.new(@client, get("/profile/user/wow")) end
protected_character()
click to toggle source
# File lib/warcraft/account_request.rb, line 15 def protected_character # TODO end