class PokeAPI::Types::Stat
- PokeAPI::Types::Stat
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pokeapi/types/pokemon/stats.crConstructors
Instance Method Summary
- #affecting_moves : MoveStatAffectSets | Nil
- #affecting_moves=(affecting_moves : MoveStatAffectSets | Nil)
- #affecting_natures : NatureStatAffectSets | Nil
- #affecting_natures=(affecting_natures : NatureStatAffectSets | Nil)
- #characteristics : Array(APIResource)
- #characteristics=(characteristics : Array(APIResource))
- #game_index : Int32 | Nil
- #game_index=(game_index : Int32 | Nil)
- #id : Int32 | Nil
- #id=(id : Int32 | Nil)
- #is_battle_only : Bool | Nil
- #is_battle_only=(is_battle_only : Bool | Nil)
- #move_damage_class : NamedAPIResource | Nil
- #move_damage_class=(move_damage_class : NamedAPIResource | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #names : Array(Name)
- #names=(names : Array(Name))