class PokeApi::ContestType

ContestType object handling all data fetched from /contest-type

Attributes

berry_flavor[R]
names[R]

Public Class Methods

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