class Pokemongodb::Location::Forest

Public Class Methods

types() click to toggle source
# File lib/pokemongodb/locations/forest.rb, line 4
def self.types
  [
    Pokemongodb::Type::Bug,
    Pokemongodb::Type::Grass,
  ]
end