Class: Smogon::Type::Ability

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

Constant Summary collapse

ATTRIBUTES =
%w(
  name description gen_family
).freeze
TYPE =
'abilities'.freeze

Method Summary

Methods inherited from Base

#initialize, #to_h, #to_s, #url

Constructor Details

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