Class: GW2::API::Floor

Inherits:
Object
  • Object
show all
Defined in:
lib/gw2/api/floor.rb

Class Method Summary collapse

Class Method Details

.allObject



5
6
7
# File 'lib/gw2/api/floor.rb', line 5

def self.all
  #TODO: Implement
end

.where(params = {}) ⇒ Object



9
10
11
12
# File 'lib/gw2/api/floor.rb', line 9

def self.where params={}
  #continentId, floorId
  #TODO: Implement
end