Class: Pokemongodb::Location::Farmland

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

def self.types
  [
    Pokemongodb::Type::Bug,
    Pokemongodb::Type::Grass,
    Pokemongodb::Type::Ground,
    Pokemongodb::Type::Rock,
  ]
end