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.
Instance Method Summary collapse
-
#conclave_challenges ⇒ Array<Warframe::Models::ConclaveChallenge>
Gets the current conclave challenges.
Instance Method Details
#conclave_challenges ⇒ Array<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 |