class PokeApi::BerryFirmness

BerryFirmness object handling all data fetched from /berry-firmness

Attributes

berries[R]
names[R]

Public Class Methods

new(data) click to toggle source
# File lib/poke_api/berry_firmness.rb, line 7
def initialize(data)
  assign_data(data)
end