Class: ElderScrollsLegends::Keyword
- Inherits:
-
Object
- Object
- ElderScrollsLegends::Keyword
- Includes:
- RestClient
- Defined in:
- lib/elder_scrolls_legends_sdk/keyword.rb
Class Method Summary collapse
-
.all ⇒ Array<String>
Get all keywords.
Methods included from RestClient
Class Method Details
.all ⇒ Array<String>
Get all keywords
8 9 10 |
# File 'lib/elder_scrolls_legends_sdk/keyword.rb', line 8 def self.all RestClient.get('keywords').body['keywords'] end |