Class: Smogon::Type::Item

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

Constant Summary collapse

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

Method Summary

Methods inherited from Base

#initialize, #to_h, #to_s, #url

Constructor Details

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