class Pokemon::Type

Public Class Methods

all() click to toggle source

Get all types

@return [Array<String>] All types

# File lib/pokemon_tcg_sdk/type.rb, line 8
def self.all
  RestClient.get('types')['data']
end