class Pokemongodb::Location::Gym

Public Class Methods

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