Class: WoW::ChallengeMode::Realm

Inherits:
Base
  • Object
show all
Defined in:
lib/wow/features/challenge_mode.rb

Direct Known Subclasses

Region

Instance Method Summary collapse

Methods inherited from Base

#get, #get?, #gets

Constructor Details

#initialize(realm, params = {}) ⇒ Realm

Returns a new instance of Realm.



7
8
9
10
# File 'lib/wow/features/challenge_mode.rb', line 7

def initialize(realm, params = {})
  params = params.merge({locale: WoW.locale})
  #...
end