Sha256: 83f5d329a54f38086150ca97659cf4428ce90f44fdcf0e95dfc5c46efc838b9e
Contents?: true
Size: 182 Bytes
Versions: 4
Compression:
Stored size: 182 Bytes
Contents
require_relative 'representers/ability_representer' module Pokemon class Ability include Roar::JSON include AbilityRepresenter attr_accessor :name, :text end end
Version data entries
4 entries across 4 versions & 1 rubygems