Module: Warframe::REST::API::SteelPath

Includes:
Utils
Included in:
Warframe::REST::API
Defined in:
lib/warframe/rest/api/steel_path.rb

Overview

API endpoint for getting information on current SteelPath data.

Example Response

Instance Method Summary collapse

Instance Method Details

#steel_pathWarframe::Models::SteelPath

Steel Path data



17
18
19
# File 'lib/warframe/rest/api/steel_path.rb', line 17

def steel_path
  get('/steelPath', Warframe::Models::SteelPath)
end