class Pokemongodb::Location::Wetland

Public Class Methods

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