Sha256: 109eefbc3cb45263de469955b428b73fbeb51f21739fa741647f686c0b60d1e7
Contents?: true
Size: 128 Bytes
Versions: 6
Compression:
Stored size: 128 Bytes
Contents
module Pokemon class Configuration attr_accessor :api_version def initialize @api_version = 1 end end end
Version data entries
6 entries across 6 versions & 1 rubygems