Class: Pokemongodb::Location::Lake

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

def self.types
  [
    Pokemongodb::Type::Ice,
    Pokemongodb::Type::Poison,
    Pokemongodb::Type::Water,
  ]
end