Class: RBattlenet::Wow::ConnectedRealm
Constant Summary
Endpoints::Base::SUPPORTED_FIELDS
Class Method Summary
collapse
all, find
Class Method Details
.index_path ⇒ Object
8
9
10
|
# File 'lib/rbattlenet/endpoints/wow/connected_realm.rb', line 8
def self.index_path
RBattlenet.uri("data/wow/connected-realm/index?namespace=dynamic-")
end
|
.path(id) ⇒ Object
4
5
6
|
# File 'lib/rbattlenet/endpoints/wow/connected_realm.rb', line 4
def self.path(id)
RBattlenet.uri("data/wow/connected-realm/#{id}?namespace=dynamic-")
end
|