class PokeApi::EncounterMethod

EncounterMethod object handling all data fetched from /encounter-method

Attributes

names[R]
order[R]

Public Class Methods

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