Class: Pokemongodb::Type::Normal
- Inherits:
-
Pokemongodb::Type
- Object
- Pokemongodb
- Pokemongodb::Type
- Pokemongodb::Type::Normal
- Defined in:
- lib/pokemongodb/types/normal.rb
Class Method Summary collapse
Methods inherited from Pokemongodb::Type
all, locations, strong_against, weak_against
Methods inherited from Pokemongodb
Class Method Details
.offense_strong ⇒ Object
4 5 6 |
# File 'lib/pokemongodb/types/normal.rb', line 4 def self.offense_strong [] end |
.offense_weak ⇒ Object
8 9 10 11 12 13 |
# File 'lib/pokemongodb/types/normal.rb', line 8 def self.offense_weak [ Pokemongodb::Type::Rock, Pokemongodb::Type::Steel ] end |