class PokeAPI::Types::PokeathlonStat

Included Modules

Defined in:

pokeapi/types/pokemon/pokeathlon-stat.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def affecting_natures : NaturePokeathlonStatAffectSets | Nil #

[View source]
def affecting_natures=(affecting_natures : NaturePokeathlonStatAffectSets | Nil) #

[View source]
def id : Int32 | Nil #

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

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def names : Array(Name) #

[View source]
def names=(names : Array(Name)) #

[View source]