Module: Warframe::API::ConclaveChallenges

Included in:
Warframe::API
Defined in:
lib/warframe/api/conclave_challenges.rb

Overview

API endpoint for getting information on current Conclave Challenge data.

Example Response

Instance Method Summary collapse

Instance Method Details

#conclave_challengesArray<Warframe::Models::ConclaveChallenge>

Gets the current conclave challenges.



12
13
14
# File 'lib/warframe/api/conclave_challenges.rb', line 12

def conclave_challenges
  get('/conclaveChallenges', Warframe::Models::ConclaveChallenge)
end