class PokeApi::MoveLearnMethod
MoveLearnMethod
object handling all data fetched from /move-learn-method
Attributes
descriptions[R]
names[R]
version_groups[R]
Public Class Methods
new(data)
click to toggle source
# File lib/poke_api/move_learn_method.rb, line 8 def initialize(data) assign_data(data) end