Class: Smogon::Type::Move

Inherits:
Base
  • Object
show all
Defined in:
lib/smogon/types/move.rb

Constant Summary collapse

ATTRIBUTES =
%w(
  name category power accuracy pp description type genfamily
).freeze
TYPE =
'moves'.freeze

Method Summary

Methods inherited from Base

#initialize, #to_h, #to_s, #url

Constructor Details

This class inherits a constructor from Smogon::Type::Base