class PokeAPI::Types::Pokemon
- PokeAPI::Types::Pokemon
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pokeapi/types/pokemon/pokemon.crConstructors
Instance Method Summary
- #abilities : Array(PokemonAbility)
- #abilities=(abilities : Array(PokemonAbility))
- #base_experience : Int32 | Nil
- #base_experience=(base_experience : Int32 | Nil)
- #forms : Array(NamedAPIResource)
- #forms=(forms : Array(NamedAPIResource))
- #game_indices : Array(VersionGameIndex)
- #game_indices=(game_indices : Array(VersionGameIndex))
- #height : Int32 | Nil
- #height=(height : Int32 | Nil)
- #held_items : Array(PokemonHeldItem)
- #held_items=(held_items : Array(PokemonHeldItem))
- #id : Int32 | Nil
- #id=(id : Int32 | Nil)
- #is_default : Bool | Nil
- #is_default=(is_default : Bool | Nil)
- #location_area_encounters : String | Nil
- #location_area_encounters=(location_area_encounters : String | Nil)
- #moves : Array(PokemonMove)
- #moves=(moves : Array(PokemonMove))
- #name : String | Nil
- #name=(name : String | Nil)
- #order : Int32 | Nil
- #order=(order : Int32 | Nil)
- #species : NamedAPIResource | Nil
- #species=(species : NamedAPIResource | Nil)
- #sprites : PokemonSprites | Nil
- #sprites=(sprites : PokemonSprites | Nil)
- #stats : Array(PokemonStat)
- #stats=(stats : Array(PokemonStat))
- #types : Array(PokemonType)
- #types=(types : Array(PokemonType))
- #weight : Int32 | Nil
- #weight=(weight : Int32 | Nil)