Class: Pokemongodb::Type::Normal

Inherits:
Pokemongodb::Type show all
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

to_s

Class Method Details

.offense_strongObject



4
5
6
# File 'lib/pokemongodb/types/normal.rb', line 4

def self.offense_strong
  []
end

.offense_weakObject



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