class MTG::Supertype

Public Class Methods

all() click to toggle source

Get all supertypes

@return [Array<String>] All supertypes

# File lib/mtg_sdk/supertype.rb, line 8
def self.all
  RestClient.get('supertypes').body['supertypes']
end