lib/battlenet/modules/realm.rb in battlenet-1.2.0 vs lib/battlenet/modules/realm.rb in battlenet-1.3.0
- old
+ new
@@ -1,7 +1,9 @@
class Battlenet
- module Realm
- def realm(options = {})
- get "/realm/status", options
+ module Modules
+ module Realm
+ def realm(options = {})
+ get "/realm/status", options
+ end
end
end
end