class Pokemongodb::Location::Canal

Public Class Methods

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