class ElderScrollsLegends::Attribute

Public Class Methods

all() click to toggle source

Get all attributes

@return [Array<String>] All attributes

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