class Pokemon::Supertype
Public Class Methods
all()
click to toggle source
Get all supertypes
@return [Array<String>] All supertypes
# File lib/pokemon_tcg_sdk/supertype.rb, line 8 def self.all RestClient.get('supertypes')['data'] end