Class: Pokemongodb::Location::WarmClimate

Inherits:
Pokemongodb::Location show all
Defined in:
lib/pokemongodb/locations/warm_climate.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/warm_climate.rb', line 4

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