class PokeApi::MoveCategory
MoveCategory
object handling all data fetched from /characteristic
Attributes
descriptions[R]
moves[R]
Public Class Methods
new(data)
click to toggle source
# File lib/poke_api/move_category.rb, line 7 def initialize(data) assign_data(data) end