Class: Pokemongodb::Type::Flying
- Inherits:
-
Pokemongodb::Type
- Object
- Pokemongodb
- Pokemongodb::Type
- Pokemongodb::Type::Flying
- Defined in:
- lib/pokemongodb/types/flying.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 7 8 9 10 |
# File 'lib/pokemongodb/types/flying.rb', line 4 def self.offense_strong [ Pokemongodb::Type::Bug, Pokemongodb::Type::Fighting, Pokemongodb::Type::Grass ] end |
.offense_weak ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/pokemongodb/types/flying.rb', line 12 def self.offense_weak [ Pokemongodb::Type::Electric, Pokemongodb::Type::Rock, Pokemongodb::Type::Steel ] end |