Class: Pokemongodb::Location::CollegeCampus

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

def self.types
  [
    Pokemongodb::Type::Electric,
    Pokemongodb::Type::Normal,
  ]
end