Class: Pokemongodb::Location::RecreationArea

Inherits:
Pokemongodb::Location show all
Defined in:
lib/pokemongodb/locations/recreation_area.rb

Class Method Summary collapse

Methods inherited from Pokemongodb::Location

all, available_pokemon

Methods inherited from Pokemongodb

to_s

Class Method Details

.typesObject



4
5
6
7
8
# File 'lib/pokemongodb/locations/recreation_area.rb', line 4

def self.types
  [
    Pokemongodb::Type::Fighting,
  ]
end