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