Class: MetaNexus::Wow

Inherits:
Api
  • Object
show all
Defined in:
lib/meta_nexus/wow.rb

Defined Under Namespace

Classes: Achievement, Auction, BattlePet, ChallengeMode, Character, Data, Guild, Item, Pvp, Quest, Realm, Recipe, Spell

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Api

call_api

Class Method Details

.clientObject



6
7
8
# File 'lib/meta_nexus/wow.rb', line 6

def self.client
  new
end

Instance Method Details

#urlObject



2
3
4
# File 'lib/meta_nexus/wow.rb', line 2

def url
  "#{super}/wow"
end