class PokeApi::PokeathlonStat
PokeathlonStat
object handling all data fetched from /pokeathlon-stat
Attributes
affecting_natures[R]
names[R]
Public Class Methods
new(data)
click to toggle source
# File lib/poke_api/pokeathlon_stat.rb, line 7 def initialize(data) assign_data(data) end
Private Instance Methods
custom_endpoint_object()
click to toggle source
# File lib/poke_api/pokeathlon_stat.rb, line 13 def custom_endpoint_object { affecting_natures: NaturePokeathlonStatAffectSets } end