class PokeAPI::Types::MoveMetaData

Included Modules

Defined in:

pokeapi/types/moves/moves.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ailment : NamedAPIResource | Nil #

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

[View source]
def ailment_chance : Int32 | Nil #

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

[View source]
def category : NamedAPIResource | Nil #

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

[View source]
def crit_rate : Int32 | Nil #

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

[View source]
def drain : Int32 | Nil #

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

[View source]
def flinch_chance : Int32 | Nil #

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

[View source]
def healing : Int32 | Nil #

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

[View source]
def max_hits : Int32 | Nil #

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

[View source]
def max_turns : Int32 | Nil #

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

[View source]
def min_hits : Int32 | Nil #

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

[View source]
def min_turns : Int32 | Nil #

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

[View source]
def stat_chance : Int32 | Nil #

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

[View source]