class PokeAPI::Types::MoveBattleStylePreference

Included Modules

Defined in:

pokeapi/types/pokemon/natures.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def high_hp_preference : Int32 | Nil #

[View source]
def high_hp_preference=(high_hp_preference : Int32 | Nil) #

[View source]
def low_hp_preference : Int32 | Nil #

[View source]
def low_hp_preference=(low_hp_preference : Int32 | Nil) #

[View source]
def move_battle_style : NamedAPIResource | Nil #

[View source]
def move_battle_style=(move_battle_style : NamedAPIResource | Nil) #

[View source]