class ElderScrollsLegends::Keyword
Public Class Methods
all()
click to toggle source
Get all keywords
@return [Array<String>] All keywords
# File lib/elder_scrolls_legends_sdk/keyword.rb, line 8 def self.all RestClient.get('keywords').body['keywords'] end