Sha256: f0d4a1f4131db7bd307f06605b0c7eb08fd3e0196943bd2bd89f8f9de97ee8ea

Contents?: true

Size: 249 Bytes

Versions: 3

Compression:

Stored size: 249 Bytes

Contents

module ElderScrollsLegends
  class Attribute
    include RestClient
    
    # Get all attributes
    #
    # @return [Array<String>]  All attributes
    def self.all
      RestClient.get('attributes').body['attributes']
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
elder_scrolls_legends_sdk-1.2.0 lib/elder_scrolls_legends_sdk/attribute.rb
elder_scrolls_legends_sdk-1.1.0 lib/elder_scrolls_legends_sdk/attribute.rb
elder_scrolls_legends_sdk-1.0.0 lib/elder_scrolls_legends_sdk/attribute.rb