class PokeAPI::Types::PokemonFormSprites

Included Modules

Defined in:

pokeapi/types/pokemon/pokemon-forms.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def back_default : String | Nil #

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

[View source]
def back_shiny : String | Nil #

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

[View source]
def front_default : String | Nil #

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

[View source]
def front_shiny : String | Nil #

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

[View source]