class PokeApi::EggGroup

EggGroup object handling all data fetched from /egg-group

Attributes

names[R]
pokemon_species[R]

Public Class Methods

new(data) click to toggle source
# File lib/poke_api/egg_group.rb, line 7
def initialize(data)
  assign_data(data)
end