Class: Pokemongodb::Location::Residential
- Inherits:
-
Pokemongodb::Location
- Object
- Pokemongodb
- Pokemongodb::Location
- Pokemongodb::Location::Residential
- Defined in:
- lib/pokemongodb/locations/residential.rb
Class Method Summary collapse
Methods inherited from Pokemongodb::Location
Methods inherited from Pokemongodb
Class Method Details
.types ⇒ Object
4 5 6 7 8 9 10 11 12 |
# File 'lib/pokemongodb/locations/residential.rb', line 4 def self.types [ Pokemongodb::Type::Electric, Pokemongodb::Type::Fire, Pokemongodb::Type::Ghost, Pokemongodb::Type::Normal, Pokemongodb::Type::Psychic, ] end |