Module: Warframe::REST::API::Sortie

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

Overview

API endpoint for getting information on current Sortie data.

Example Response

Instance Method Summary collapse

Instance Method Details

#sortieArray<Warframe::Models::Sortie>

Gets the current sortie missions.

Returns:



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

def sortie
  get('/sortie', Warframe::Models::Sortie)
end