Class: Pokedex

Inherits:
PokeApi show all
Defined in:
lib/pokeruby/pokedex.rb

Class Method Summary collapse

Methods inherited from PokeApi

get, get_resource, type_chart

Class Method Details

.nationalObject



4
5
6
# File 'lib/pokeruby/pokedex.rb', line 4

def self.national
	@@national ||= get_resource 'pokedex/1/'
end