class ElderScrollsLegends::Subtype

Public Class Methods

all() click to toggle source

Get all subtypes

@return [Array<String>] All subtypes

# File lib/elder_scrolls_legends_sdk/subtype.rb, line 8
def self.all
  RestClient.get('subtypes').body['subtypes']
end