class PokeAPI::Types::Nature
- PokeAPI::Types::Nature
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pokeapi/types/pokemon/natures.crConstructors
Instance Method Summary
- #decreased_stat : NamedAPIResource | Nil
- #decreased_stat=(decreased_stat : NamedAPIResource | Nil)
- #hates_flavor : NamedAPIResource | Nil
- #hates_flavor=(hates_flavor : NamedAPIResource | Nil)
- #id : Int32 | Nil
- #id=(id : Int32 | Nil)
- #increased_stat : NamedAPIResource | Nil
- #increased_stat=(increased_stat : NamedAPIResource | Nil)
- #likes_flavor : NamedAPIResource | Nil
- #likes_flavor=(likes_flavor : NamedAPIResource | Nil)
- #move_battle_style_preferences : Array(MoveBattleStylePreference) | Nil
- #move_battle_style_preferences=(move_battle_style_preferences : Array(MoveBattleStylePreference) | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #names : Array(Name) | Nil
- #names=(names : Array(Name) | Nil)
- #pokeathlon_stat_changes : Array(NatureStatChange) | Nil
- #pokeathlon_stat_changes=(pokeathlon_stat_changes : Array(NatureStatChange) | Nil)
Constructor Detail
Instance Method Detail
def move_battle_style_preferences=(move_battle_style_preferences : Array(MoveBattleStylePreference) | Nil)
#
def pokeathlon_stat_changes=(pokeathlon_stat_changes : Array(NatureStatChange) | Nil)
#