class PokeAPI::Types::Location
- PokeAPI::Types::Location
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pokeapi/types/locations/locations.crConstructors
Instance Method Summary
- #areas : Array(NamedAPIResource) | Nil
- #areas=(areas : Array(NamedAPIResource) | Nil)
- #game_indices : Array(GenerationGameIndex) | Nil
- #game_indices=(game_indices : Array(GenerationGameIndex) | Nil)
- #id : Int32 | Nil
- #id=(id : Int32 | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #names : Array(Name) | Nil
- #names=(names : Array(Name) | Nil)
- #region : NamedAPIResource | Nil
- #region=(region : NamedAPIResource | Nil)