Module: Warframe::REST::API::GlobalUpgrades
- Includes:
- Utils
- Included in:
- Warframe::REST::API
- Defined in:
- lib/warframe/rest/api/global_upgrades.rb
Overview
API endpoint for getting information on current Global Upgrades data.
Instance Method Summary collapse
-
#global_upgrades ⇒ Array<[Warframe::Models::GlobalUpgrade]>
Gets the current Global Upgrades data.
Instance Method Details
#global_upgrades ⇒ Array<[Warframe::Models::GlobalUpgrade]>
Gets the current Global Upgrades data.
17 18 19 |
# File 'lib/warframe/rest/api/global_upgrades.rb', line 17 def global_upgrades get('/globalUpgrades', Warframe::Models::GlobalUpgrade) end |