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