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