class MTG::Subtype
Public Class Methods
all()
click to toggle source
Get all subtypes
@return [Array<String>] All subtypes
# File lib/mtg_sdk/subtype.rb, line 8 def self.all RestClient.get('subtypes').body['subtypes'] end