class PokeAPI::Types::Berry
- PokeAPI::Types::Berry
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pokeapi/types/berries/berries.crConstructors
Instance Method Summary
- #firmness : NamedAPIResource | Nil
- #firmness=(firmness : NamedAPIResource | Nil)
- #flavors : Array(BerryFlavorMap)
- #flavors=(flavors : Array(BerryFlavorMap))
- #growth_time : Int32 | Nil
- #growth_time=(growth_time : Int32 | Nil)
- #id : Int32 | Nil
- #id=(id : Int32 | Nil)
- #item : NamedAPIResource | Nil
- #item=(item : NamedAPIResource | Nil)
- #max_harvest : Int32 | Nil
- #max_harvest=(max_harvest : Int32 | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #natural_gift_power : Int32 | Nil
- #natural_gift_power=(natural_gift_power : Int32 | Nil)
- #natural_gift_type : NamedAPIResource | Nil
- #natural_gift_type=(natural_gift_type : NamedAPIResource | Nil)
- #size : Int32 | Nil
- #size=(size : Int32 | Nil)
- #smoothness : Int32 | Nil
- #smoothness=(smoothness : Int32 | Nil)
- #soil_dryness : Int32 | Nil
- #soil_dryness=(soil_dryness : Int32 | Nil)