class Pokemongodb::Location::Mountain

Public Class Methods

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