class Pokemongodb::Location::Farmland

Public Class Methods

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