class PokeAPI::Types::MoveMetaData
- PokeAPI::Types::MoveMetaData
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pokeapi/types/moves/moves.crConstructors
Instance Method Summary
- #ailment : NamedAPIResource | Nil
- #ailment=(ailment : NamedAPIResource | Nil)
- #ailment_chance : Int32 | Nil
- #ailment_chance=(ailment_chance : Int32 | Nil)
- #category : NamedAPIResource | Nil
- #category=(category : NamedAPIResource | Nil)
- #crit_rate : Int32 | Nil
- #crit_rate=(crit_rate : Int32 | Nil)
- #drain : Int32 | Nil
- #drain=(drain : Int32 | Nil)
- #flinch_chance : Int32 | Nil
- #flinch_chance=(flinch_chance : Int32 | Nil)
- #healing : Int32 | Nil
- #healing=(healing : Int32 | Nil)
- #max_hits : Int32 | Nil
- #max_hits=(max_hits : Int32 | Nil)
- #max_turns : Int32 | Nil
- #max_turns=(max_turns : Int32 | Nil)
- #min_hits : Int32 | Nil
- #min_hits=(min_hits : Int32 | Nil)
- #min_turns : Int32 | Nil
- #min_turns=(min_turns : Int32 | Nil)
- #stat_chance : Int32 | Nil
- #stat_chance=(stat_chance : Int32 | Nil)