class Pokemongodb::Location::Quarry

Public Class Methods

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