class PokeApi::PokemonColor
PokemonColor
object handling all data fetched from /pokemon-color
Attributes
names[R]
pokemon_species[R]
Public Class Methods
new(data)
click to toggle source
# File lib/poke_api/pokemon_color.rb, line 7 def initialize(data) assign_data(data) end